2.83 Rethrow Dialog - General Tab

Use to rethrow the fault that was originally caught by the immediately enclosing fault handler.

This activity must only be used within a fault handler (that is, catch and catchAll elements).

The rethrow activity is used in fault handlers to rethrow the captured fault (that is, the fault name and the fault data (if present) of the original fault). The rethrow activity must ignore modifications to fault data. For example:

  • If the fault handler modifies fault data and then calls a rethrow activity, the original fault data is rethrown, and not the modified fault data.

  • If a fault is captured using the functionality that enables message type faults with one part defined using an element to be caught by fault handlers looking for the same element type, then the rethrow activity rethrows the original message type data.

Note: The rethrow activity is supported in BPEL projects that support version 2.0 of the BPEL specification.

For more information about the rethrow activity, see the Web Services Business Process Execution Language Version 2.0 Specification at http://www.oasis-open.org.

Element Description

Name

Enter a name or accept the default value of RethrowNumber.

Related Topics

Rethrowing Faults with the Rethrow Activity in Developing SOA Applications with Oracle SOA Suite

BPEL Process Activities and Services in Developing SOA Applications with Oracle SOA Suite