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:
sartography-automated-committer 2024-02-22 22:53:16 +00:00
parent fb702178a9
commit fe5708797e

View File

@ -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>