PHP Класс ezcWorkflowNodeCancel, Workflow

A complete process instance is removed. This includes currently executing tasks, those which may execute at some future time and all sub-processes. The process instance is recorded as having completed unsuccessfully. Incoming nodes: 1 Outgoing nodes: 0..1
Наследование: extends ezcWorkflowNodeEnd
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$maxOutNodes integer Constraint: The maximum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
$minOutNodes integer Constraint: The minimum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.

Открытые методы

Метод Описание
activate ( ezcWorkflowExecution $execution, ezcWorkflowNode $activatedFrom = null, integer $threadId ) Cancels the execution of this workflow.

Описание методов

activate() публичный Метод

Cancels the execution of this workflow.
public activate ( ezcWorkflowExecution $execution, ezcWorkflowNode $activatedFrom = null, integer $threadId )
$execution ezcWorkflowExecution
$activatedFrom ezcWorkflowNode
$threadId integer

Описание свойств

$maxOutNodes защищенное свойство

Constraint: The maximum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
protected int $maxOutNodes
Результат integer

$minOutNodes защищенное свойство

Constraint: The minimum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
protected int $minOutNodes
Результат integer