From 63a590ff4cb70d90ee1d2936bdce41e7908cc56b Mon Sep 17 00:00:00 2001 From: jasquat Date: Tue, 14 May 2024 16:14:34 -0400 Subject: [PATCH] added process model to demonstrate error boundary within a subprocess w/ burnettk --- ...tance_with_inner_error_boundary_event.bpmn | 143 ++++++++++++++++++ .../process_model.json | 10 ++ 2 files changed, 153 insertions(+) create mode 100644 misc/multiinstance_with_inner_error_boundary_event/multiinstance_with_inner_error_boundary_event.bpmn create mode 100644 misc/multiinstance_with_inner_error_boundary_event/process_model.json diff --git a/misc/multiinstance_with_inner_error_boundary_event/multiinstance_with_inner_error_boundary_event.bpmn b/misc/multiinstance_with_inner_error_boundary_event/multiinstance_with_inner_error_boundary_event.bpmn new file mode 100644 index 00000000..c75cc1a9 --- /dev/null +++ b/misc/multiinstance_with_inner_error_boundary_event/multiinstance_with_inner_error_boundary_event.bpmn @@ -0,0 +1,143 @@ + + + + + Flow_17db3yp + + + + Flow_1hqyjqn + + + + Flow_17db3yp + Flow_1hqyjqn + + 4 + all_output + + + + + Flow_1504tu0 + + + + Flow_03gqryg + + + + + + + + + + + + + + + the_return = response + + Flow_0n92gsy + Flow_03gqryg + + + + Flow_1504tu0 + Flow_0n92gsy + url = "http://localhost:7001/v1.0/status" + +if index == 2: + url = "DNE" + + + Flow_0twhcxb + Flow_14ahv06 + the_return = response + + + Flow_14ahv06 + + + + Flow_0twhcxb + + + + + + + + response + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/misc/multiinstance_with_inner_error_boundary_event/process_model.json b/misc/multiinstance_with_inner_error_boundary_event/process_model.json new file mode 100644 index 00000000..9bc86a61 --- /dev/null +++ b/misc/multiinstance_with_inner_error_boundary_event/process_model.json @@ -0,0 +1,10 @@ +{ + "description": "", + "display_name": "multiinstance_with_inner_error_boundary_event", + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "metadata_extraction_paths": null, + "primary_file_name": "multiinstance_with_inner_error_boundary_event.bpmn", + "primary_process_id": "Process_test_event_rd4nfh2" +} +