instanceID | String Instance ID of the process instance in which the step exists. Specify the complete, exact ID.
| ||
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. |
stepErrors | Document List The retrieved list of errors. If there are no errors associated with the step, the service returns a null value. If there are errors, the following fields are returned for each error: AUDITTIMESTAMP Number Time the error was logged, in epoch time; that is, the number of seconds since January 1, 1970. ERRORSTACKTRACE String Stack trace for the error. SERVERID String Server ID of the server where the error occurred. |
message | String Optional. Error that occurred during the execution of this service if this service encountered an error. |