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