instanceID | String Instance ID for the process instance for which to retrieve logged transitions. Specify the complete, exact ID. |
transitions | Document List List of the logged transitions for the specified process instance. For each transition, the following fields are returned: |
INSTANCEID String Instance ID. INSTANCEITERATION Number Instance iteration. SOURCESTEPID String Step ID of the source step for this transition. | |
SOURCESTEPITERATION Number Iteration of the source step for this transition. TARGETSTEPID String Step ID of the target step. AUDITTIMESTAMP Number Time the transition was logged, in epoch time; that is, the number of seconds since January 1, 1970. AUDITTIMESTRING String Time the transition 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. |