Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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