Workflow: ezcWorkflowExecutionVisualizerPlugin
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowExecutionVisualizerPlugin
|
Execution plugin that visualizes the execution. [
source]
Parents
ezcWorkflowExecutionPlugin
|
--ezcWorkflowExecutionVisualizerPlugin
Member Variables
|
protected integer |
$fileCounter
= 0
Filename counter. |
|
protected array(string=>mixed) |
$properties
= array()
Properties. |
Method Summary
|
public ezcWorkflowExecutionVisualizerPlugin |
__construct(
$directory )
Constructor. |
|
public void |
afterNodeActivated(
$execution, $node )
Called after a node has been activated. |
|
public void |
afterNodeExecuted(
$execution, $node )
Called after a node has been executed. |
|
protected void |
visualize(
$execution )
Visualizes the current state of the workflow execution. |
Inherited Methods
From
ezcWorkflowExecutionPlugin :
Methods
__construct
ezcWorkflowExecutionVisualizerPlugin __construct(
string
$directory )
Constructor.
Parameters
| Name |
Type |
Description |
$directory |
string |
The directory to which the DOT files are written. |
afterNodeActivated
Called after a node has been activated.
Parameters
Redefinition of
afterNodeExecuted
Called after a node has been executed.
Parameters
Redefinition of
visualize
Visualizes the current state of the workflow execution.
Parameters
Last updated: Mon, 05 Jan 2009