nerdexam
Oracle

1Z0-435 · Question #73

Which two modeling approaches could be used to handle exceptions thrown by a service? (Choose two.)

The correct answer is B. event subprocess D. error catch event as a boundary event on the service task. You can handle the exceptions that occur in an activity using the following: A boundary error catch event An event subprocessBoundary error catch events enable you to resume the main process flow after handling theexception.If you want to reuse the exception handling flow for…

Process Modeling with BPMN

Question

Which two modeling approaches could be used to handle exceptions thrown by a service? (Choose two.)

Options

  • Asubprocess
  • Bevent subprocess
  • Cerror and event
  • Derror catch event as a boundary event on the service task

How the community answered

(42 responses)
  • A
    12% (5)
  • B
    83% (35)
  • C
    5% (2)

Explanation

You can handle the exceptions that occur in an activity using the following: *A boundary error catch event *An event subprocessBoundary error catch events enable you to resume the main process flow after handling theexception.If you want to reuse the exception handling flow for multiple tasks in your process, then eventsubprocesses are more efficient than boundary catch events. Event subprocesses enable you todefine a cleaner process with less effort because the catch error event is located within the eventsubprocess. To reuse an exception handling flow using boundary catch events, you must define aboundary catch event for each of the tasks, and then connect those boundary events to theexception handling flow.

Topics

#error handling#boundary events#event subprocess#service task exceptions

Community Discussion

No community discussion yet for this question.

Full 1Z0-435 Practice