GetProcessesExceptions
Description:
Retrieves error information reported by the specified process.
Method Arguments:
The following table describes the arguments of this microagent method:
Argument Name |
Description |
Id |
ID for the process instance. If not specified, or if 0 is specified, exceptions for all process instances are returned. |
Output:
The following table describes the output of this microagent method:
Column Name |
Description |
Seq |
Sequence number of the exception, with the most recent exception first. |
Id |
ID for the process instance. |
Message |
Exception message. |
StackTrace |
Exception stack trace. |
ExceptionClass |
Exception class name. |
ProcessStack |
Process stack at exception. This displays the [ProcessName/GroupName/ActivityName] of the activity issuing the exception. If the activity is in a called sub-process, then the calling activity’s process stack plus a '>' separator character will be pre-pended to the normal information to produce the process stack of the activity issuing the exception. |
TrackingId |
Tracking ID for the process instance. |
ProcessDef |
Name of the process definition. |
State |
State of the process. |