mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"test_case_one": {
|
|
"tasks": {
|
|
"user_task_enter_increment": {
|
|
"data": [
|
|
{ "user_input_variable": 7 },
|
|
{ "user_input_variable": 8 }
|
|
]
|
|
}
|
|
},
|
|
"expected_output_json": { "the_var": 15, "counter": 3, "user_input_variable": 8 }
|
|
}
|
|
}
|