User: alex@sartography.com clicked save for playground/alex-herron/irb-prototype/shared/study-data-store/create-study-data-store.bpmn

This commit is contained in:
sartography-automated-committer 2023-11-03 17:20:58 +00:00
parent b38db47fee
commit 443a63d23d
1 changed files with 21 additions and 1 deletions

View File

@ -9,10 +9,19 @@
<bpmn:incoming>Flow_1ajnvis</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ajnvis" sourceRef="Activity_0s2j2tn" targetRef="Event_1h24k6k" />
<bpmn:scriptTask id="Activity_0s2j2tn" name="Create Study Data Store">
<bpmn:scriptTask id="Activity_0s2j2tn" name="Create Study List Data Store">
<bpmn:incoming>Flow_0p545sa</bpmn:incoming>
<bpmn:outgoing>Flow_1ajnvis</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_0os6g9p">
<bpmn:targetRef>DataStore_StudyList</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>study_list = {}
study_template = [{"studyId": "", "studyShortName": "", "studyLongName": "", "studyStatus": "Active"}]
dynamic_enumerations("study_000000", study_template)</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataStoreReference id="DataStore_StudyList" name="Study List" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_3egqp17">
@ -24,6 +33,13 @@
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0321x1t_di" bpmnElement="Activity_0s2j2tn">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataStoreReference_185sb8b_di" bpmnElement="DataStore_StudyList">
<dc:Bounds x="295" y="5" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="296" y="-25" width="49" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0p545sa_di" bpmnElement="Flow_0p545sa">
<di:waypoint x="215" y="177" />
@ -33,6 +49,10 @@
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_0os6g9p_di" bpmnElement="DataOutputAssociation_0os6g9p">
<di:waypoint x="321" y="137" />
<di:waypoint x="324" y="55" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>