From 0c4a3e5c6e5c5d99ff9d716b8f987035717f3a31 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 26 May 2023 12:47:06 +0000 Subject: [PATCH] User: admin@spiffworkflow.org added process model file bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/exclusive_gateway.bpmn --- .../exclusive-gateway/exclusive_gateway.bpmn | 81 +++++++++++++++++++ .../exclusive-gateway/process_model.json | 4 +- 2 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/exclusive_gateway.bpmn diff --git a/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/exclusive_gateway.bpmn b/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/exclusive_gateway.bpmn new file mode 100644 index 00000000..47f888cd --- /dev/null +++ b/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/exclusive_gateway.bpmn @@ -0,0 +1,81 @@ + + + + + Flow_0vnkhc5 + + + + Flow_1vfbldw + Flow_0ejbl6k + Flow_1hua65s + + + + + End Exclusive Gateway Unit Test. Variable value greater or equal to 10. + + Flow_0ejbl6k + + + x >= 10 + + + + End Exclusive Gateway Unit Test. Variable value less than 10. + + Flow_1hua65s + + + x < 10 + + + + + + Flow_0vnkhc5 + Flow_1vfbldw + x = 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/process_model.json b/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/process_model.json index 8e4d30ad..82f12402 100644 --- a/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/process_model.json +++ b/bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/process_model.json @@ -6,6 +6,6 @@ "fault_or_suspend_on_exception": "fault", "files": [], "metadata_extraction_paths": null, - "primary_file_name": null, - "primary_process_id": null + "primary_file_name": "exclusive_gateway.bpmn", + "primary_process_id": "Unit_Test_Exclusive_Gateway" } \ No newline at end of file