Retrieves a Process instance from the UserSession object based upon the External Instance ID (EIID) passed.
Return type: Progress.BPM.Process class
Access: PUBLIC
Applies to: Progress.BPM.UserSession class
GetProcess( INPUT processname AS CHARACTER ) GetProcess( INPUT processId AS INT64 ) GetProcess( INPUT processTemplateName AS CHARACTER, INPUT eiid AS CHARACTER) |
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.