Multiple choice technology mainframe

Why would an integration developer select the "Requires Own" option on a BPEL activity?

  1. To force a retry of the current activity in case of an error

  2. To force a retry of the previous activities in case of an error

  3. To prevent a retry of the current activity in case of an error

  4. To prevent a retry of the previous activities in case of an error

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

The 'Requires Own' option on a BPEL activity prevents the entire process (including previous activities) from being retried if that specific activity fails. This is used for activities that shouldn't be repeated, such as financial transactions or external calls with side effects. It doesn't force retries of the current or previous activities.