Multiple choice technology platforms and products

In a BPEL process,in case of partial failing of operations, the functionality used to backtrack the process is called as:

  1. Dehydration

  2. Exception Handling

  3. Error mitigation

  4. Compensation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Compensation is the BPEL mechanism used to backtrack a process when operations partially fail. When a BPEL process invokes multiple services and one fails, compensation handlers undo the already-completed operations to maintain consistency. Dehydration is about state persistence, Exception Handling is about catching faults, and Error mitigation is not a standard BPEL term.