Previous Next

GetProcess( ) method
Retrieves a Process instance from the UserSession object based upon the External Instance ID (EIID) passed.
Return type:
Access:
Applies to:
 
Syntax 
GetProcess( INPUT processname AS CHARACTER )
 
GetProcess( INPUT processId AS INT64 )
 
GetProcess( INPUT processTemplateName AS CHARACTER, 
            INPUT eiid AS CHARACTER)
processname
The name of the process instance to be retrieved.
processId
The ID of the process to be retrieved.
processTemplatename
The name of the template for the Process instance.
eiid
The EIID of the Process instance to be retrieved.
If the method succeeds, it returns a reference to a Progress.BPM.Process object. The Progress.BPM.Process object is a snapshot of the process instance created on the Business Process Server. If the method fails, it raises a BPM error.

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