instanceID | String Instance ID of the process instance in which the step exists. Specify the complete, exact ID. Note: Whether Monitor treats instanceID as case-sensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data. |
instanceIteration | String A number that indicates the iteration of the process instance that contains the step. |
stepID | String Optional. The full step ID for the step. You can retrieve step IDs using the
pub.monitor.process.modelSteps:getStepIDNames service. |
stepIteration | String Optional. A number that indicates the iteration of the step for which to retrieve document field values. |
activityLogData | Document List List of the retrieved user-defined messages. For each user-defined message, the following fields are returned: |
STEPID String Step ID of the step that logged the document field value. ENTRYTYPE String The type of user-defined message, that is error, warning, or message. | |
FULLMESSAGE String The text of the user-defined message. It will contain up to 1024 characters. BRIEFMESSAGE String A brief version of the text of the message that contains only up to 240 characters. | |
B2BUSER String The Integration Server user that invoked the service that logged the user-defined message. SERVERID String ID of server where service that logged the user-defined message ran. | |
AUDITTIMESTAMP Number Time the message was logged, in epoch time; that is, the number of seconds since January 1, 1970. | |
AUDITTIMESTRING String Time the message 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 | |
message | String Optional. Error that occurred during the execution of this service if this service encountered an error. |