Delegate ConditionDelegate
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate bool ConditionDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, Dictionary<string, string> parameters)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | |
WorkflowRuntime | runtime | |
Dictionary<string, string> | parameters |
Type | Description |
---|---|
bool |