Skip to main content

Delegate CheckPredefinedActorAsyncDelegate

Namespace: OptimaJet.Workflow.Plugins

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public delegate Task<bool> CheckPredefinedActorAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string identityId, string parameter)
Parameters
TypeNameDescription
ProcessInstanceprocessInstance
WorkflowRuntimeruntime
stringidentityId
stringparameter
Returns
TypeDescription
Task<bool>

Extension Methods