mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"test_case_one": {
|
|
"tasks": {
|
|
"Exclusive_Gateway_Process:User_Task": {
|
|
"data": [
|
|
{ "age": 8 }
|
|
]
|
|
}
|
|
},
|
|
"expected_output_json": { "age": 8, "you_are": "A Kid"}
|
|
},
|
|
"test_case_two": {
|
|
"tasks": {
|
|
"Exclusive_Gateway_Process:User_Task": {
|
|
"data": [
|
|
{ "age": 25 }
|
|
]
|
|
}
|
|
},
|
|
"expected_output_json": { "age": 25, "you_are": "An Adult"}
|
|
}
|
|
}
|