Creates a new Workflow Instance.
Get the current Step of this Workflow.
If the Workflow has just started and no Activity has performed it returns null. Might be overwritten...
Return the Description of this Workflow.
TO BE OVERWRITTEN!
Redefined in descendants as:
Get the Item for this Workflow instance.
DO NOT OVERWRITE!
Return the Name of this Workflow.
The Name should be a short String.
TO BE OVERWRITTEN!
Redefined in descendants as:
array getPossibleActivities(
)
|
|
Return the next possible Activities.
If there are no more Activities the Array has a length of 0.
TO BE OVERWRITTEN!
API Tags:
| Return: | an Array of
instances |
Redefined in descendants as:
Will be called when the WorkflowService instantiates a new Object of this Type.
Overwrite this method to do some initialization work within your Workflow.
TO BE OVERWRITTEN!
Redefined in descendants as:
void performActivity(
$activityID
)
|
|
Return whether the requested Activity could be performed.
TO BE OVERWRITTEN!
Parameters:
Redefined in descendants as: