The Tracking page opens if you select the business process for management target from the tree view, and choose the Tracking tab. In the Tracking page, you can search the execution log of the process instances, delete, re-execute, and acquire the detailed information. This section describes the structure of the Tracking page.
Figure 4-14 Structure of the Tracking page
Figure 4-15 Search condition field when (Search by DATE/Time or Status) tab is selected
Figure 4-16 Search condition field when the Search by Correlation Set tab is selected
Figure 4-17 Search condition field when the Search by Identifier tab is selected
Figure 4-18 List of detailed information (Correlation Set Info)
Figure 4-19 List of detailed information (Variable Info)
Figure 4-20 List of detailed information (Activity Info)
Table 4-4 Activity types
Name | Explanation |
---|---|
Receive | Receives a request message that was sent by a service requester. |
Reply | Responds to the service requester with process execution results during synchronous reception. |
Invoke service | Sends a request message to a service module. |
Assign | Assigns variables. |
Scope | Determines the valid range of the activity. The global scope name is @GLOBAL. |
SEQUENCE | Executes activities in the order defined. A sequence activity is completed when the last retained activity is completed. |
Flow process | Concurrently executes the defined activities. The flow starting activity and flow ending activity during business process development are displayed as flow activities. A flow activity is completed when all of the retained activities are completed. |
SWITCH | Selects an activity to be executed by the selection condition that has been defined. The switch starting activity and switch ending activity during business process development are displayed as switch activities. A switch activity is completed when all of the activities selected by the branch condition are completed. |
While | Repeats execution of the activity as long as the defined repetition condition is true. |
INVOKE JAVA | Calls a Java program according to the defined interface. |
Empty | Indicates no action. |
Throw | Reports a user-defined fault to the upper scope activity. |
Standby | Process execution stands until there is a specified regular interval or a period. |
Table 4-5 Activity status
Name | Explanation |
---|---|
unexecuted | The activity instance has not been executed, but it will probably be executed in the future. |
unomitted | The activity instance has not been executed, and its execution will probably be omitted in the future. |
executing | The activity instance is executing. |
waiting | The receive activity instance is ready to be accepted. |
faulting | A fault occurred in the scope activity instance, and the detected activity is executing. |
completed | The activity instance was successfully executed and terminated. |
cancelled | A fault occurred, and execution of the activity instance was cancelled. |
terminated with fault | The activity instance was terminated due to a fault that occurred during execution. |
execution omitted | The activity instance was terminated because its execution was omitted. |
error | The activity instance was terminated due to an error that occurred during the execution. |