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:50:10 +00:00
parent f0cb6b232a
commit 32af8cda62

View File

@ -16,6 +16,36 @@
<bpmn:scriptTask id="Activity_0qpzdpu" name="Example Script task">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>{{gatoraide_flavors}}</spiffworkflow:instructionsForEndUser>
<spiffworkflow:unitTests>
<spiffworkflow:unitTest id="flavor_check">
<spiffworkflow:inputJson>{ "gatoraide_flavors" :
[
{
"name": "Glacier Freeze",
"color": "#C0C0C0",
"description": "Icy, refreshing citrus flavor"
}
]
}
</spiffworkflow:inputJson>
<spiffworkflow:expectedOutputJson>{ "gatoraide_flavors" :
[
{
"name": "Glacier Freeze",
"color": "#C0C0C0",
"description": "Icy, refreshing citrus flavor"
}
],
   "gator_select" : [
       {
           "key": "Gator Freeze",
           "value": "Gator Freeze"
       }
   ]
}</spiffworkflow:expectedOutputJson>
</spiffworkflow:unitTest>
</spiffworkflow:unitTests>
</bpmn:extensionElements>
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>