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

This commit is contained in:
sartography-automated-committer 2023-06-02 12:31:57 +00:00
parent 5809367080
commit 946adfe7f3

View File

@ -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" }
}
}