Workflow: ezcWorkflowNodeSubWorkflow
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeSubWorkflow
|
An object of the ezcWorkflowNodeSubWorkflow class represents a sub-workflow. [
source]
When the node is reached during execution of the workflow, the specified sub-workflow is started. The original workflow is suspended until the sub-workflow has finished executing.
Incoming nodes: 1 Outgoing nodes: 1
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeSubWorkflow
Inherited Constants
From
ezcWorkflowNode:
Member Variables
|
protected integer |
$state
= 0
Execution ID of the sub workflow, - if it has not been started yet.
|
Inherited Member Variables
From
ezcWorkflowNode:
Method Summary
|
public ezcWorkflowNodeSubWorkflow |
__construct(
$configuration )
Constructs a new sub workflow with the configuration $configuration. |
Inherited Methods
From
ezcWorkflowNode :
Methods
__construct
ezcWorkflowNodeSubWorkflow __construct(
mixed
$configuration )
Constructs a new sub workflow with the configuration $configuration.
Configuration format
The name of the workflow to execute. The workflow is loaded using the loadByName method on the execution engine.
Parameters
| Name |
Type |
Description |
$configuration |
mixed |
|
Throws
| Class | Description |
ezcWorkflowDefinitionStorageException |
|
Redefinition of
Last updated: Wed, 28 Nov 2007