mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"test_case_1": {
|
|
"tasks": {
|
|
"Service_Task_Process:Service_Task": {
|
|
"data": [{ "the_result": "result_from_service" }]
|
|
}
|
|
},
|
|
"expected_output_json": { "the_result": "result_from_service" }
|
|
}
|
|
}
|