Previous Next

ActivateWorkstep( ) method
Activates a Workstep on the Process instance.
Return type:
Access:
Applies to:
 
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.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.