Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

Adding a Fault Handler for the Process

Adding a Fault Handler for the Process

You can add multiple catch handlers and one catch-all handler for the process.
For explanations of these handlers, see Defining Catch and CatchAll Fault Handlers and Catching Undeclared and SOAP Faults.
To add a catch handler for the process:
  1. Click on the Fault Handlers tab of the Process Editor canvas.
  2. Drag an
    Error catch event
    to the canvas.
    A catch handler is added and is selected.
  3. In the Properties view, select the following optional values:
    1. Fault Name. See Fault Handling Processing Rules.
    2. Fault Variable. Type in name for the variable described by the variable definition. For a discussion on whether or not to add a fault variable, see Rules for Catching Faults in a Catch Activity. If you have selected a Fault Name, the fault variables picklist displays only compatible variables.
    3. Variable Definition. Select the
      Dialog (...) Button
      at the end of the row to open the Variable Definition dialog. See Fault Handling Processing Rules.
  4. Drag an activity into the catch handler, such as a reply or compensate. For an example, see Fault Handling for Service Invocations.
  5. Fill in the properties for the activity to handle the fault.
To add the catch all handler for the process:
  1. Click on the Fault Handlers tab of the Process Editor canvas.
  2. Drag an
    Error catch event
    to the canvas.
  3. Select the
    Catch All Faults
    checkbox.
  4. Do not select any fault name or variable in the Properties view of the Catch.
  5. Drag an activity into the catch all handler, such as an assign or compensate.
  6. Fill in the properties for the activity to handle the fault.
The following illustration shown an example of a fault handler added for the process.
Tip
: If you collapse the fault handler, you can add a background color from the Properties view. Right-mouse-click the handler and select Collapse Container.

0 COMMENTS

We’d like to hear from you!