InterviewSolution
| 1. |
How Do We Resubmit A Faulted Process? |
|
Answer» Scenario A: The BPEL CODE USES a fault-policy and a fault is handled using the “ora-human-intervention” ACTIVITY, then the fault is marked as Recoverable and the instance STATE is set to “Running”. Scenario B: The BPEL code uses a fault-policy and a fault is caught and re-thrown using the “ora-rethrow-fault” action, then the fault is marked as Recoverable and the instance state is set to “Faulted”; provided the fault is a recoverable one (like URL was not available). Scenario A: The BPEL code uses a fault-policy and a fault is handled using the “ora-human-intervention” activity, then the fault is marked as Recoverable and the instance state is set to “Running”. Scenario B: The BPEL code uses a fault-policy and a fault is caught and re-thrown using the “ora-rethrow-fault” action, then the fault is marked as Recoverable and the instance state is set to “Faulted”; provided the fault is a recoverable one (like URL was not available). |
|