Property | Type | Description | |
---|---|---|---|
$maxOutNodes | integer | Constraint: The maximum number of outgoing nodes this node has to have to be valid. | |
$minOutNodes | integer | Constraint: The minimum number of outgoing nodes this node has to have to be valid. | |
$startNewThreadForBranch | boolean | Whether or not to start a new thread for a branch. |
Method | Description | |
---|---|---|
activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean | Activates this node's outgoing nodes. |
protected activateOutgoingNodes ( ezcWorkflowExecution $execution, array $nodes ) : boolean | ||
$execution | ezcWorkflowExecution | |
$nodes | array | |
return | boolean | true when the node finished execution, and false otherwise |
protected int $maxOutNodes | ||
return | integer |
protected int $minOutNodes | ||
return | integer |
protected bool $startNewThreadForBranch | ||
return | boolean |