Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User management

getProcessBox

Scroll Prev Top Next More

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

string

Username

processName

string

Process name

processVersion

int

Process version

processBoxId

int

ID of the process box

Return value: ServiceObject_ProcessBox; ProcessBox object