Table of Contents

Search

  1. Preface
  2. The Application Integration Console
  3. Process Server Configuration
  4. Deployed Assets
  5. Process Schedules
  6. Processes
  7. Process Server Health
  8. Process Metrics
  9. APIs
  10. Connections
  11. Guides
  12. Logs

Monitor

Monitor

Outline View

Outline View

Use the Outline view to select an activity so to put it in focus on the canvas. The activities are not necessarily shown in execution order: the order matches the order in which the activities were created. Also, some of the items on the outline are containers, such as a flow or a sequence and these may be hidden on the canvas. If you select a flow, the first activity within the flow is put in focus. If you select a collapsed container, shown with a plus sign, you will see a drill-down view of the activities within the container. If you select partner links or variables, you will see them in the Properties view.
The following illustration shows an Outline view of a process instance.
Outline View on Detial Page
Outline View Menu Bar
The
Suspend
,
Resume
, and
Terminate
buttons are enabled only if the process is currently running or suspended. Using these features, you can perform process exception management by correcting, resuming, retrying or completing a suspended or suspended-faulting activity. .
Structural Elements of a BPEL Process
To view details about a process element, select it. The following table describes each element. Only elements that exist in the process are displayed here.
Process Element in Outline
Details Displayed in Properties
Activities
The activities section of the Outline begins with a flow (or other) activity that represents the main container for the whole process. Within the flow, there is a list of all process activities. The activities are in the same order as in the BPEL XML code. If the process was designed in Process Developer, the order matches the Outline view order.
The activity list shown is not necessarily in execution order.
For each activity, you can view the execution state and activity definition.
Correlation sets
These elements display the message properties (the definition and current value) that track different conversations carried on by the process. A correlation set contains a message property to ensure that each process conversation is uniquely identified.
Event handlers
Event handlers run concurrently with a process scope and invoke an activity based on an alarm or message received. The information displayed is name, state, and details of event handling activity. Scopes can have their own local fault handlers.
Fault handlers
Fault handlers run concurrently with a process scope and invoke an activity based on an alarm or message received. They display catch faults thrown by process activities. This includes name, state, and details of fault handling activity. Scopes can have their own local fault handlers.
Human Interactions
This is an Informatica extension for human tasks. It displays logical people groups, tasks, and notifications
Links
If an activity is the source of a link, the link is displayed below the activity node. Link properties are displayed, including link status (whether or not the link executed), the transition condition, if it exists, and the link’s target activity.
Partner links
The types of partner links; that is the Web services that are invoked. It displays the partner role and/or my role.
This may be the endpoint reference of the partner link service. You can see the address information in the Properties view. Scopes can have their own local partner links.
Process name
This is the local part of the process-qualified name. It shows the current state, start/end time of process instance, and deployment details for the process. Fault details may also be displayed.
Termination handlers
Activities can be terminated in a process through fault handling, early termination by a completion condition on a parallel
forEach
or through the execution of a Process Developer extension break activity.
Variables
These display the message or other data received, manipulated, and sent from the process. A variable may include attachments. For a variable type, you will see the message, schema type, or schema element.
The current value of the variable is also displayed. For a running process, the value is current as of the time you opened or refreshed the Process Details window.
If the variable has attachments, they are also displayed and can be downloaded.
Process States
The process can have the following execution states:
State
Meaning
Completed
Normal completion
Faulted
Completed with a fault or termination
Running
Snapshot of the executing process when you open the Process Details window. The process continues to run, but the Process Details window is not updated unless you select
Refresh
.
Suspended (Faulting)
Execution is stopped on a faulting activity. The activity has an uncaught fault and the process is configured for suspension on an uncaught fault.
Suspended (Manual)
The process stops running when you select
Suspend
from the Process Details window.
Additional states are shown when applicable for process migration warnings and errors.

0 COMMENTS

We’d like to hear from you!