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.