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:51:14 +00:00
parent 32af8cda62
commit fb702178a9

View File

@ -37,7 +37,7 @@
"description": "Icy, refreshing citrus flavor"
}
],
   "gator_select" : [
 "gator_select" : [
       {
           "key": "Gator Freeze",
           "value": "Gator Freeze"
@ -54,7 +54,13 @@
<bpmn:sourceRef>DataStoreReference_0ak5gko</bpmn:sourceRef>
<bpmn:targetRef>Property_17g0h45</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:script>flaves = gatoraide_flavors</bpmn:script>
<bpmn:script>gator_select = []
for flavor in gatoraide_flavors:
gator_select.append({
"key": flavor["name"],
"value": flavor["name"]
})
</bpmn:script>
</bpmn:scriptTask>
<bpmn:task id="Activity_1uby4vn">
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>