Resumes processing of a process and sets the user name to that of the current user.
Options allow to specify wether locked processes can be opened (resume process).
Syntax
Process_Open(string sessionId,string processId,string options, out string xmlResult)
Parameter | Description |
---|---|
sessionId |
Valid session identifier (SessionId) |
processId |
Process ID to be opened. |
options |
This parameter determines wether to execute a status check before opening a process. See XML Example Options When Opening a Process. True: Only saved processes (status = 0) can be opened. False (default value): In addition, locked processes (status = 1) can be opened and consequently be resumed. Closed processes (status = 2) in general cannot be opened. |
xmlResult |
If OK, the object structure of the business object. |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |