User: admin@spiffworkflow.org added process model file bpmn-unit-tests/expected-to-pass/single-activity-tests/service-task/test_service_task.json

This commit is contained in:
sartography-automated-committer 2023-05-24 14:15:56 +00:00
parent 55a85cb02c
commit b8e775b4ce

View File

@ -0,0 +1,10 @@
{
"test_case_1": {
"tasks": {
"Service_Task_Process:Service_Task": {
"data": [{ "the_result": "result_from_service" }]
}
},
"expected_output_json": { "the_result": "result_from_service" }
}
}