Using the BPEL Designer and Service Engine

Using the Rethrow Element

The Rethrow activity can only be used within a fault handler. The Rethrow activity is used to rethrow the fault caught by the fault handler. Before adding the Rethrow element to the BPEL process, you should add a Fault Handler element to the Process or Scope element and add a Catch or Catch All element to the Fault Handler container.

Usage

There are no properties to be defined for the Rethrow element as it rethrows the fault caught by the Fault Handler.