Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetProcesses( ) method
 

GetProcesses( ) method

Returns all currently running process instances started by an user associated with the UserSession object on which the method is called.
Return type: Progress.BPM.Process EXTENT
Access: PUBLIC
Applies to: Progress.BPM.UserSession class

Syntax

GetProcesses( )
When the method succeeds, it returns an array of Progress.BPM.Process objects. If the method succeeds but there are no process instances that were started by an user, the method returns an indeterminate array.
If the method fails, it raises a BPM error.