instanceID | String Instance ID of the webMethods-executed process instance for which to retrieve control actions. Specify the complete, exact ID. |
stepNames | HashMap Optional. A hash map that provides the names of the steps within the process instance. The hash map is a key value pair, where the key is the step ID and the value is the name of the step. To obtain a hash map you can use as input, use the
pub.monitor.process.instance:getInstanceSteps service. |
instanceControl | Document List The list of control actions that have been executed. For each control action that was taken against a step in the process instance, the following fields are returned: |
ACTION String Type of action. The service returns a numerical value that represents the type of action as follows. 1 Service Resubmit 2 Document Resubmit 3 Process Resubmit 4 Process Suspend 5 Process Resume 6 Process Stop | |
ACTIONDECODE String The keyword value that represents the action. The keyword is: Service Resubmit, Document Resubmit, Process Resubmit, Process Suspend, Process Resume, or Process Stop. USERNAME String User who initiated the control action. SERVERID String Server where the action was initiated. | |
AUDITTIMESTRING String Time the action was logged in string format, YYYY-MM-DD hh:mm:ss.SSS zzz, where: YYYY-MM-DD is the date hh:mm:ss:SSS is the time, including milliseconds zzz is the time zone STEPID String The ID of the step against which the control action was executed. The step ID uniquely identifies a specific step within a specific process instance. | |
INSTANCEITERATION Number The process instance iteration that contains the step against which the control action was executed. STEPITERATION Number The iteration of step against which the control action was executed. | |
message | String Error that occurred during the execution of this service if this service encountered an error. |