Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Adding a Fault Variable Definition

Adding a Fault Variable Definition

Select the variable definition, either message type or element. Then select a variable from the list.
Open the Fault Variable Definition dialog from the Properties view of a catch container.
  1. Select
    Message Type
    for a list of all available messages.
  2. Select Element if the message has a single part and that part is defined with an element type.
  3. After you select a variable definition, return to the Properties view of the catch to type in a Variable name for the local catch variable.
After receiving an inbound fault message, the fault handler assigns the inbound fault message to the variable before proceeding to perform the activity enclosed by the catch. Since the variable is declared within a fault handler, it is not accessible outside of the fault handler much like a local variable is not accessible outside of its declaring scope.
See the following topics for more information:

0 COMMENTS

We’d like to hear from you!