sartography-automated-committer fafc3e957d
added bpmn unit tests
2023-05-19 16:57:08 -04:00

11 lines
230 B
JSON

{
"test_case_1": {
"tasks": {
"ServiceTaskProcess:service_task_one": {
"data": [{ "the_result": "result_from_service" }]
}
},
"expected_output_json": { "the_result": "result_from_service" }
}
}