instanceID | String Instance ID for the process instance that you want to stop, suspend, or resume. Specify the complete, exact ID.
| ||
instanceIteration | Number Specific process iteration that you want to stop, suspend, or resume. | ||
modelID | String Complete model ID of the model that the process instance uses. You can retrieve model IDs by invoking the pub.monitor.process.instance:getProcessList service and using the value returned in the processNames/PROCESSKEY output parameter.
| ||
controlAction | String Control action that you want to take against the specified process instance. CANCEL Stop the running process iteration. SUSPEND Suspend the running process iteration. RESUME Resume the suspended process iteration. String x | ||
modelVersion | String The version of the process model that the process instance uses. The model version for externally executed process models is always 1. |
controlMessage | String Message that indicates the success of the status change. |