mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"test_case_1": {
|
|
"tasks": {
|
|
"Unit_Test_Multi_Instance_parallel_user_task_loop_cardinality:User_Task": {
|
|
"data": [{"age" : 12},{"age" : 18}, {"age" : 22}]
|
|
}
|
|
},
|
|
"expected_output_json": {"z": [12, 18, 22]}
|
|
}
|
|
} |