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.