Names the procedure object to evaluate the condition associated with a Gateway or a Sequence Flow connector, in a Business Process Diagram.
The procedure to evaluate the condition must have the following parameter rule:
parm(in:&WorkflowProcessDefinition,in:&WorkflowProcessInstance,in:&WorkflowWorkitem,out:&conditionCode);
Where:
&WorkflowProcessDefinition is of WorkflowProcessDefinition type
&WorkflowProcessInstance is of Workflow ProcessInstance type
&WorkflowWorkitem is of WorkflowWorkitem type
&conditionCode is of Numeric(4) type
Note: The user is responsible for defining that the procedure returns a valid value, that is to say, that it matches any one of the edges.
Business Process Diagrams symbols: Inclusive Gateways, Exclusive Gateways