PHP Class ezcWorkflowExecutionNonInteractive, Workflow

This workflow execution engine can only execute workflows that do not have any Input and/or SubWorkflow nodes.
Inheritance: extends ezcWorkflowExecution
Datei anzeigen 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

__set() public method

Property write access.
public __set ( string $propertyName, mixed $val )
$propertyName string Name of the property.
$val mixed The value for the property.

doEnd() protected method

End workflow execution.
protected doEnd ( )

doGetSubExecution() protected method

Returns a new execution object for a sub workflow.
protected doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution
$id integer
return ezcWorkflowExecution

doResume() protected method

Resume workflow execution.
protected doResume ( )

doStart() protected method

Start workflow execution.
protected doStart ( integer $parentId )
$parentId integer

doSuspend() protected method

Suspend workflow execution.
protected doSuspend ( )