Workflow: ezcWorkflowServiceObject
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcWorkflowServiceObject
|
Interface for service objects that can be attached to ezcWorkflowNodeAction nodes. [
source]
Method Summary
|
public boolean |
execute(
$execution )
Executes the business logic of this service object. |
|
public string |
__toString(
)
Returns a textual representation of this service object. |
Methods
execute
Executes the business logic of this service object.
Implementations can return true if the execution of the service object was successful to resume the workflow and activate the next node.
Returning false will cause the workflow to be suspended and the service object to be executed again on a later invokation.
Parameters
__toString
string __toString(
)
Returns a textual representation of this service object.
Last updated: Wed, 28 Nov 2007