Class SubstitutionsProcessor
Inheritance
↳ object
↳ SubstitutionsProcessor
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.CodeActions
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class SubstitutionsProcessor
Methods
SubstituteAsync(string, ProcessInstance)
Declarationpublic static Task<(string newValue, bool wasSubstituted)> SubstituteAsync(string value, ProcessInstance processInstance)
| Type | Name | Description | 
|---|---|---|
| string | value | |
| ProcessInstance | processInstance | 
| Type | Description | 
|---|---|
| Task<(string result, bool hasError)> |