Field | Description |
Process | Name of the process model associated with the process instance. |
Model Version | Name of the model version used for the process instance. This field is only applicable for webMethods-executed processes. |
Start Date / Time | Date and time the process instance started. |
Last Updated | Date and time of the last change in process instance status. |
Instance ID | Unique identifier for the process instance. If a process instance ID consists of multiple parts (for example, order numbers from two or more different order systems), Monitor creates one row for each part. |
Parent Instance ID | Unique identifier for the parent process instance, if applicable. Provided only for instances that have been started by other instances. |
Instance Iteration | Number of times the process instance has been submitted. |
Status | Status of the process instance. For more information, see
About Process Instance Statuses. |
Duration | Length of time a process instance was active. Duration is calculated based on the status of the process instance: Active. Length of time the process instance has been executing. Duration is calculated by subtracting the start time of the process instance from the current system time. Inactive. Length of time the process instance was active. Duration is calculated by subtracting the start time of the process instance from the time the process instance became inactive. Timed out or stopped. Length of time the process instance was active. Duration is calculated by subtracting the start time of the process instance from the time the cancel or timeout action occurred. Note: For steps that execute in parallel, Duration does not include the overlapping execution time. |
Buttons: | These buttons are available only when a process instance is running (that is, does not have a status of Completed). Update. Available when a process instance is running and a new version of the source process model has been enabled. This updates the running instance so that it uses the newly enabled model version for the rest of the process. For more information, see
Updating a Process Instance to a New Model
Version. Suspend/Resume. Click to suspend or resume a process instance. Stop. Click to stop the process instance. |
Column | Description |
Status | The current status of the stage: Completed, Running, Incomplete, or Not Started. |
Name | The name assigned to the stage. |
Cycle Time | Cycle time is based on the status of the stage: Completed. The length of time it took for the stage to run from start to completion. Running. The length of time since the stage began executing. Incomplete. The length of time it took for the stage to run from start to the time it stopped running for any reason other than completion (for example, step failure or process suspended) A stage will have incomplete status if it is still running when the process terminates for any reason. This can happen with normal process execution if the process instance took a split branch that does not terminate. Not Started. No cycle time is displayed. |
Deviation | Deviation is calculated only when the stage is breached. A value of +/- 0 indicates no deviation. A stage that has breached its defined condition is indicated by an alarm icon . The deviation time is calculated by comparing the Cycle Time to the Condition expression defined for the stage. If the condition specifies <, then the stage is breached when the cycle time exceeds the specified time period. If the condition specifies >, then the stage is breached when the cycle time is less than the specified time period. For example: If the Condition expression is “< 2 seconds” and the stage completes in 3 seconds, the deviation is 1 second, and the stage is breached. If the Condition expression is “> 2 hours” and the stage completes in 1 hour and 30 minutes, the deviation is -30 minutes, and the stage is breached. |
Field | Description |
Step Name | Name of the step. |
Start Date/Time | Date and time the step began executing. |
Last Updated | Date and time the step was last updated. |
Instance Iteration | Number of times the process instance executed, including resubmissions. For externally executed processes, this value is always 1. |
Step Iteration | Number of times the step was executed as a result of: A transition drawn to this step downstream step that causes the step to execute multiple times during a single process execution. A process resubmittal that caused the step to execute again. |
Loop Iteration | Applies only to steps that can be configured for standard looping, such as a subprocess step or a call activity step. A step executes a loop iteration only when a loop condition is configured for the step and that condition has been met. Note: A step can loop two or more times until the loop condition is no longer met. A separate row exists for each loop iteration. Any time the step iteration increments, the loop iteration count is reset and begins again with 1. |
Status | Status of the step. For more information, see
About Process Instance Step
Statuses. |
Duration | Length of time the step took to execute. |
Referenced Processes | webMethods-referenced process or BPMN callable process that was executed at run time for this step. Click child instance(s).. to view the Child instances for step window. This window shows a list with details for all child process instances of the viewed step. |
Detail | Click the Step Detail icon in the Detail column to view step details, and for processes that are being analyzed, you can also click the KPI Summary icon to view KPI information. |
Field | Description |
Date / Time | Date and time the control action was performed. |
Action | Action taken on the process instance (suspend, resume, resubmit, or stop). |
Instance Iteration | Instance ID for the process instance. |
Step Name | Name of the step. |
Step Iteration | Number of times the step executed. |
Server ID | Server on which the process instance executed. |
User | User associated with the process instance. |
Field | Description |
Date / Time | Date and time the activity message was logged. |
Step Name | Name of the step that logged the activity message. |
Entry Type | The message type (Information, Debug, Error, or Warning). |
Brief Message | Shortened version of the message. |
Full Message | Full version of the message. |
Field | Description |
Date / Time | Date and time the custom field was logged. |
Step Name | Name of the step that logged the custom field. |
Instance Iteration | Number of times the process instance executed, including resubmissions. For externally-executed processes, this value is always 1. |
Step Iteration | Number of times the step was executed as a result of: A transition drawn to this step downstream step that causes the step to execute multiple times during a single process execution. The process was resubmitted, causing the step to execute again. |
Loop Iteration | Applies only to steps that can be configured for standard looping, such as a subprocess step or a call activity step. A step executes a loop iteration only when a loop condition is configured for the step and that condition has been met. Note: A step can loop two or more times until the loop condition is no longer met. A separate row exists for each loop iteration. Any time the step iteration increments, the loop iteration count is reset and begins again with 1. |
Input/Output | Input indicates that any values passed as input to the step are logged. Output indicates that output pipeline values for the step were logged. |
Field Name | Name of the logged custom field. |
Field Value | Value of the logged custom field. |
Field | Description |
Date/Time | Date and time the error occurred. |
Error | Type of error that occurred. The following are some typical errors: Process Timeout. The process timed out before it could be completed. Step Timeout.A step timed out before it could be completed. Retries Exceeded. A step was executed more than the defined maximum number of times. Out of Sequence. A step tried to execute out of sequence. Runtime error. The process instance encountered a run-time event (for example, failure to validate an account) that prevented it from completing successfully. |
Error Message | Text of the error message. If the error is a run-time error (for example, if at run time an account was rejected), this column also displays the run-time error code. |
Message Detail | Full exception message thrown by one of the services executing within the process instance. |
Service Name | Name of the service that threw the exception. |
Step Iteration | Number of times the step was executed as a result of: A transition drawn to this step downstream step that causes the step to execute multiple times during a single process execution. The process was resubmitted, causing the step to execute again. |
Step Name | Name of the step associated with the error. |
Server ID | For webMethods-executed processes or integration processes, identification for the server on which the error occurred. Server ID is not available for externally executed process errors. |