Workflow: ezcWorkflowNodeInput
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeInput
|
An object of the ezcWorkflowNodeInput class represents an input (from the application) node. [
source]
When the node is reached, the workflow engine will suspend the workflow execution if the specified input data is not available (first activation). While the workflow is suspended, the application that embeds the workflow engine may supply the input data and resume the workflow execution (second activation of the input node). Input data is stored in a workflow variable.
Incoming nodes: 1 Outgoing nodes: 1
This example creates a simple workflow that expectes two input variables, once which can be any value and another that can only be an integer between one and ten.
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeInput
Inherited Constants
From
ezcWorkflowNode:
Inherited Member Variables
From
ezcWorkflowNode:
Method Summary
|
public ezcWorkflowNodeInput |
__construct(
[$configuration = ''] )
Constructs a new input node. |
Inherited Methods
From
ezcWorkflowNode :
Methods
__construct
ezcWorkflowNodeInput __construct(
[mixed
$configuration = ''] )
Constructs a new input node.
An input node accepts an array of workflow variables to accept and/or together with a condition on the variable if required.
Each element in the configuration array must be either String: The name of the workflow variable to require. No conditions.
or
- Key: The name of the workflow variable to require.
- Value: An object of type ezcWorkflowCondition
Parameters
| Name |
Type |
Description |
$configuration |
mixed |
|
Throws
| Class | Description |
ezcBaseValueException |
|
Redefinition of
Last updated: Mon, 13 Oct 2008