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