Workflow: ezcWorkflowNodeParallelSplit
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeParallelSplit
|
This node implements the Parallel Split workflow pattern. [
source]
The Parallel Split workflow pattern divides one thread of execution unconditionally into multiple parallel threads of execution.
Use Case Example: After the credit card specified by the customer has been successfully charged, the activities of sending a confirmation email and starting the shipping process can be executed in parallel.
Incoming nodes: 1 Outgoing nodes: 2..*
This example creates a workflow that splits in two parallel threads which are joined again using a ezcWorkflowNodeDiscriminator.
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeBranch
|
--ezcWorkflowNodeParallelSplit
Inherited Constants
From
ezcWorkflowNode:
Inherited Member Variables
From
ezcWorkflowNodeBranch:
From
ezcWorkflowNode:
Inherited Methods
From
ezcWorkflowNodeBranch :
From
ezcWorkflowNode :
Last updated: Mon, 21 Dec 2009