PHP Class ezcWorkflowExecutionNonInteractive, Workflow
This workflow execution engine can only execute workflows that do not have
any Input and/or SubWorkflow nodes.
显示文件
Open project: zetacomponents/workflow
Class Usage Examples
Public Methods
Method |
Description |
|
__set ( string $propertyName, mixed $val ) |
Property write access. |
|
Protected Methods
Method |
Description |
|
doEnd ( ) |
End workflow execution. |
|
doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution |
Returns a new execution object for a sub workflow. |
|
doResume ( ) |
Resume workflow execution. |
|
doStart ( integer $parentId ) |
Start workflow execution. |
|
doSuspend ( ) |
Suspend workflow execution. |
|
Method Details
doGetSubExecution()
protected method
Returns a new execution object for a sub workflow.
doResume()
protected method
Resume workflow execution.
doStart()
protected method
Start workflow execution.
doSuspend()
protected method
Suspend workflow execution.