-
ID — The unique identifier for the instantiated business process.
-
IsCompleted — The value 1 means that the primary request that initiated this business process has been completed. The value means that the primary request has not yet been completed.
-
Configuration Name — The configured name of the business process host class.
When this is underlined, it means that the host class is a BPL business process. You can click on the underlined name to display the BPL diagram for the host class.
-
SessionId — The ID of the session associated with this business process. See “Sessions,” in the first chapter.
One or more business processes may be instantiated within InterSystems IRIS during the session, in order to fulfill the primary request. All of these business processes share the same SessionId, but business process has a different ID value.
-
PrimaryRequest — The message ID number of the request that caused this business process to be instantiated. The PrimaryRequest number is distinct from the object ID number of the business process. The PrimaryRequest may or may not be the same as the SessionId. If the numbers are different, it means that the request message that started the session triggered subsequent requests within InterSystems IRIS, and one of these later messages is the one that actually instantiated the business process.
When the PrimaryRequest number is underlined, it means that the primary request message can be displayed as a set of properties in XML format. You can click on the underlined PrimaryRequest number to display the message properties in colorized XML format in the right area of the page. For example:
-
TimeCreated — The date and time when this business process was instantiated.
-
TimeCompleted — The date and time when this business process completed the primary request that instantiated it. If this request has not been completed, this field is blank.
-
ContextId — The unique identifier for the general-purpose, persistent variable context, which is defined using the <context> and <property> elements in BPL to hold persistent properties for this business process instance. This column is available for BPL business processes only.
The ContextId is underlined to indicate that you can click on it to display the context properties in colorized XML format in the right area of the page. For example:
-
RuleLog — Click this command to display the business rule log for this business process instance.
In each row, background color indicates the status of the business process instance: