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

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 }
}
}