Property | Type | Description | |
---|---|---|---|
$maxInNodes | integer | Constraint: The maximum number of incoming nodes this node has to have to be valid. | |
$minInNodes | integer | Constraint: The minimum number of incoming nodes this node has to have to be valid. | |
$state | array | The state of this node. |
Method | Description | |
---|---|---|
initState ( ) | Initializes the state of this node. |
Method | Description | |
---|---|---|
doMerge ( ezcWorkflowExecution $execution ) : boolean | Performs the merge by ending the incoming threads and activating the outgoing node. | |
prepareActivate ( ezcWorkflowExecution $execution, integer $threadId ) | Prepares this node for activation. |
protected prepareActivate ( ezcWorkflowExecution $execution, integer $threadId ) | ||
$execution | ezcWorkflowExecution | |
$threadId | integer |
protected int $maxInNodes | ||
return | integer |
protected int $minInNodes | ||
return | integer |