sample-process-models/misc/qa/forms/test-checkbox-2/test_checkbox-test-2.json

20 lines
506 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"test_case_for_process_instance_3812": {
"expected_output_json": {
"checkbox1": true,
"checkbox2": true,
"firstName": "Chuck"
},
"tasks": {
"test-checkbox-2:Activity_0sfcxg0": {
"data": [
{
"checkbox1": true,
"checkbox2": true,
"firstName": "Chuck"
}
]
}
}
}
}