Skip to main content

Delegate GetIdentitiesDelegate

Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public delegate IEnumerable<string> GetIdentitiesDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string ruleName, string parameter)
Parameters
TypeNameDescription
ProcessInstanceprocessInstance
WorkflowRuntimeruntime
stringruleName
stringparameter
Returns
TypeDescription
IEnumerable<string>

Extension Methods