mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/json-file-as-data-store/json-file-as-data-store.bpmn
This commit is contained in:
parent
fb702178a9
commit
fe5708797e
@ -29,21 +29,27 @@
|
||||
}
|
||||
|
||||
</spiffworkflow:inputJson>
|
||||
<spiffworkflow:expectedOutputJson>{ "gatoraide_flavors" :
|
||||
[
|
||||
<spiffworkflow:expectedOutputJson>{
|
||||
"gatoraide_flavors": [
|
||||
{
|
||||
"name": "Glacier Freeze",
|
||||
"color": "#C0C0C0",
|
||||
"description": "Icy, refreshing citrus flavor"
|
||||
}
|
||||
],
|
||||
"gator_select" : [
|
||||
{
|
||||
"key": "Gator Freeze",
|
||||
"value": "Gator Freeze"
|
||||
}
|
||||
]
|
||||
}</spiffworkflow:expectedOutputJson>
|
||||
],
|
||||
"gator_select": [
|
||||
{
|
||||
"key": "Glacier Freeze",
|
||||
"value": "Glacier Freeze"
|
||||
}
|
||||
],
|
||||
"flavor": {
|
||||
"name": "Glacier Freeze",
|
||||
"color": "#C0C0C0",
|
||||
"description": "Icy, refreshing citrus flavor"
|
||||
}
|
||||
}
|
||||
</spiffworkflow:expectedOutputJson>
|
||||
</spiffworkflow:unitTest>
|
||||
</spiffworkflow:unitTests>
|
||||
</bpmn:extensionElements>
|
||||
|
Loading…
x
Reference in New Issue
Block a user