Skip to main content

Delegate GetPredefinedIdentitiesAsyncDelegate

Namespace: OptimaJet.Workflow.Plugins

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public delegate Task<IEnumerable<string>> GetPredefinedIdentitiesAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string parameter)
Parameters
TypeNameDescription
ProcessInstanceprocessInstance
WorkflowRuntimeruntime
stringparameter
Returns
TypeDescription
Task<IEnumerable<string>>

Extension Methods