Administering and Monitoring Business Processes 10.4 | Administering and Monitoring Business Processes | webMethods Monitor Built-in Services Reference | pub.monitor.process.instance Folder | pub.monitor.process.instance:getInstanceTransitions
 
pub.monitor.process.instance:getInstanceTransitions
Retrieves information from the logging database about the transitions that were logged for the most recent iteration of a process instance.
Note: Whether the search is case-sensitive or case-insensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data.
Input Parameters
The following table lists the input parameters.
instanceID
String Instance ID for the process instance for which to retrieve logged transitions. Specify the complete, exact ID.
Output Parameters
The following table lists the output parameters.
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.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release