Delegate GetIdentitiesAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate Task<IEnumerable<string>> GetIdentitiesAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string ruleName, string parameter, CancellationToken token)
| Type | Name | Description |
|---|---|---|
| ProcessInstance | processInstance | |
| WorkflowRuntime | runtime | |
| string | ruleName | |
| string | parameter | |
| CancellationToken | token |
| Type | Description |
|---|---|
| Task<IEnumerable<string>> |