4.6.3 Detailed Information field
Use this field to select or display detailed information from the search results.
- Organization of this subsection
(1) Correlation set information
- Detailed Information
-
Displays the total number of detailed information items for the process instance that was selected from the list of search results, and the type of detailed information (Correlation Set Info., Variable Info., or Activity Info.).
- Display range
-
Displays the location of the current item with respect to the beginning of the search results.
- < button
-
Displays the previous 20 items in the search results.
- > button
-
Displays the next 20 items in the search results.
- List of Detailed Information
-
Displays detailed information about the item that was selected, and the type of detailed information (Correlation Set Info., Variable Info., or Activity Info.). A maximum of 20 items can be displayed at a time.
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) - #
-
The number displayed corresponds to the item number in the detailed information list.
- Correlation Set Name
-
Displays correlation set definition names when the Correlation Set Info. button is clicked. The correlation set definition names are displayed in ascending order.
- Correlation Set Value
-
Displays the correlation set values when the Correlation Set Info. button is clicked.
- Variable Name
-
Displays the variable definition name when the Variable Info. button is clicked. The variable definition names are displayed in ascending order.
- Variable Type
-
Displays the variable's data type (Boolean, Numeric, String, or Message) when the Variable Info. button is clicked.
- Variable Value
-
Displays the variable value when the Variable Info. button is clicked. The value depends on the variable type, as shown below:
Boolean: Displays either 1 (true) or 0 (false).
Numeric: Displays a numeric value (64-bit floating-point number).
String: Displays a character string.
Message: Displays a message (XML).
- Activity Definition Name
-
Displays the activity definition names when the Activity Info. button is clicked. The activity definition names are displayed in ascending order by start date/time. If the start date/time is blank, the corresponding item is placed at the end of the list.
- Activity Type
-
Displays the following activity types when the Activity Info. button is clicked:
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.
- State
-
Displays the following activity status when the Activity Info. button is clicked:
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.
- Start Time
-
When the Activity Info. button is clicked, this column displays the activity start date/time in the same format as in the search condition field.
- End Time
-
When the Activity Info. button is clicked, this column displays the activity end date/time in the same format as in the search condition field.
- Correlation Set Info. button
-
Displays detailed information about the correlation set for the process instance that was selected from the list of search results. The correlation set information is sorted in ascending order by correlation set definition names.
- Variable Info. button
-
Displays detailed information about the variables for the process instance that was selected from the list of search results. The variable information is sorted in ascending order by variable definition names.
- Activity Info. button
-
Displays detailed information about the activities for the process instance that was selected from the list of search results. The activity information is sorted in chronological order by start date/time. An item whose start date/time field is empty (unexecuted) is placed at the end of the list.
- Variable Value button
-
Displays a new window containing the variable value details when the data type of the variable information displayed in the Detailed Information field is String or Message.