Delegate GetIdentitiesAsyncDelegate
OptimaJet.Workflow.Plugins.CustomWorkflowProviders.GetIdentitiesAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
public delegate Task<IEnumerable<string>> GetIdentitiesAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string ruleName, string parameter, CancellationToken token)Parameters
Name
Type
Description
processInstanceOptimaJet.Workflow.Core.Model.ProcessInstanceruntimeOptimaJet.Workflow.Core.Runtime.WorkflowRuntimeruleNameSystem.StringparameterSystem.StringtokenSystem.Threading.CancellationToken