Delegate ApproversInStageAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate Task<IEnumerable<string>> ApproversInStageAsyncDelegate(string stageName, ProcessInstance processInstance)
Type | Name | Description |
---|---|---|
string | stageName | |
ProcessInstance | processInstance |
Type | Description |
---|---|
Task<IEnumerable<string>> |