mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 20:18:16 +00:00
14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"test_case_1": {
|
|
"tasks": {
|
|
"Process_pizza_palace:user_form": {
|
|
"data": [{ "pizza_size": "large", "toppings":["pepperoni"] }]
|
|
},
|
|
"Process_pizza_palace:get_payment_type": {
|
|
"data": [{"payment_type": "credit"}]
|
|
}
|
|
|
|
},
|
|
"expected_output_json": { "pizza_size": "large", "toppings":["pepperoni"], "payment_type":"credit"}
|
|
}
|
|
} |