ActivateWorkstep( ) method
Activates a Workstep on the Process instance.
Return type: LOGICAL
Access: PUBLIC
Syntax
ActivateWorkstep( INPUT name AS CHARACTER )
ActivateWorkstep( INPUT name AS CHARACTER,
INPUT dataslots AS DATASLOT EXTENT,
INPUT performer AS CHARACTER)
|
name
The name of the Workstep instance to be activated.
dataslots
An array of Progress.BPM.Dataslot objects to be passed to the activated Workstep.
performer
The performer of the Workstep being activated.
On successful execution, this method returns TRUE. If the method fails, it raises a BPM error.