Multiple choice technology

In BPM compansating step has following transitions

  1. If transition

  2. Else Transition

  3. Error Transition

  4. Cancel Transition

  5. Rollback Transition

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

In BPM, a Compensating Step handles transaction rollback and includes three types of transitions: (A) If transition - for conditional compensation logic, (B) Else transition - alternative path when If condition is false, and (C) Error transition - when compensation itself encounters errors. Cancel and Rollback are not standard transition types for compensating steps.