Request the process box of an individual user
The method getProcessBox returns the indicated process box together with the included steps to the indicated user.
The return value contains a process box object. Via the object access is granted to the steps included in the box and the data of the individual steps. The step data is delivered in an instance object list.
If the user indicated at the call up does not exist an error message will be returned. An error message will be returned also, if the user tries to get access to a non-existing process box or if the user does not have the necessary rights to access the process box.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
userName |
Username |
|
processName |
Process name |
|
processVersion |
Process version |
|
processBoxId |
ID of the process box |
Return value: ServiceObject_ProcessBox; ProcessBox object