sample-process-models/misc/qa/forms/form-with-text-field-created-manually/test_form-with-text-field-created-manually.json

16 lines
364 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"test_case_for_process_instance_3747": {
"expected_output_json": {
"firstname": "Michelle"
},
"tasks": {
"Process_f6iexdj:Activity_1qs2q7s": {
"data": [
{
"firstname": "Michelle"
}
]
}
}
}
}