Workflow: ezcWorkflowNodeExclusiveChoice
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeExclusiveChoice
|
This node implements the Exclusive Choice workflow pattern. [
source]
The Exclusive Choice workflow pattern defines multiple possible paths for the workflow of which exactly one is chosen based on the conditions set for the out nodes.
Incoming nodes: 1 Outgoing nodes: 2..*
This example displays how you can use an exclusive choice to select one of two possible branches depending on the workflow variable 'value' which is read using an input node.
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeBranch
|
--ezcWorkflowNodeConditionalBranch
|
--ezcWorkflowNodeExclusiveChoice
Inherited Constants
From
ezcWorkflowNode:
Member Variables
|
protected integer |
$maxActivatedConditionalOutNodes
= 1
Constraint: The maximum number of conditional outgoing nodes this node may activate. Set to false to disable this constraint. |
|
protected integer |
$minActivatedConditionalOutNodes
= 1
Constraint: The minimum number of conditional outgoing nodes this node has to activate. Set to false to disable this constraint. |
|
protected integer |
$minConditionalOutNodes
= 2
Constraint: The minimum number of conditional outgoing nodes this node has to have. Set to false to disable this constraint. |
Inherited Member Variables
From
ezcWorkflowNodeConditionalBranch:
From
ezcWorkflowNodeBranch:
From
ezcWorkflowNode:
Inherited Methods
From
ezcWorkflowNodeConditionalBranch :
From
ezcWorkflowNodeBranch :
From
ezcWorkflowNode :
Last updated: Mon, 11 May 2009