From 946adfe7f3d47d7daf160068f2c309b7de70af80 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 2 Jun 2023 12:31:57 +0000 Subject: [PATCH] User: admin@spiffworkflow.org added process model file bpmn-unit-tests/expected-to-pass/single-activity-tests/sub-process-with-service-task/test_Sub_Process_with_Service_Task.json --- .../test_Sub_Process_with_Service_Task.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bpmn-unit-tests/expected-to-pass/single-activity-tests/sub-process-with-service-task/test_Sub_Process_with_Service_Task.json diff --git a/bpmn-unit-tests/expected-to-pass/single-activity-tests/sub-process-with-service-task/test_Sub_Process_with_Service_Task.json b/bpmn-unit-tests/expected-to-pass/single-activity-tests/sub-process-with-service-task/test_Sub_Process_with_Service_Task.json new file mode 100644 index 00000000..80b6b930 --- /dev/null +++ b/bpmn-unit-tests/expected-to-pass/single-activity-tests/sub-process-with-service-task/test_Sub_Process_with_Service_Task.json @@ -0,0 +1,10 @@ +{ + "test_case_1": { + "tasks": { + "Sub_Process_with_Service_Task:Sub_Process_Service_Task": { + "data": [{ "the_result": "result_from_service" }] + } + }, + "expected_output_json": { "the_result": "result_from_service" } + } +} \ No newline at end of file