Retrieves a Process instance from the UserSession object based upon the External Instance ID (EIID) passed.
Return type:
Access:
Applies to:
GetProcess( INPUT processname AS CHARACTER )GetProcess( INPUT processId AS INT64 )GetProcess( INPUT processTemplateName AS CHARACTER,INPUT eiid AS CHARACTER)The name of the template for the Process instance.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.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |