User: alex@sartography.com clicked save for playground/alex-herron/irb-prototype/protocol-builder/add-edit-study-info/pb-create-new-study.bpmn

This commit is contained in:
sartography-automated-committer 2023-11-16 20:50:32 +00:00
parent 3b596dbe5b
commit 13dbd5b5d0

View File

@ -46,8 +46,15 @@ new_id = create_unique_kkv_top_level_key("study_")
# Get study number # Get study number
study_num = new_id[6:] study_num = new_id[6:]
study_info = {}
study_basics = {
"study_id": study_num,
"short_name": ""
"long_name": ""
}
# Update Data Store with new study # Update Data Store with new study
study_list_data_store = {"study": study_num}</bpmn:script> study_list_data_store = study_info["study_basics" = study_info]</bpmn:script>
</bpmn:scriptTask> </bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" /> <bpmn:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" />
</bpmn:process> </bpmn:process>
@ -69,9 +76,6 @@ study_list_data_store = {"study": study_num}</bpmn:script>
<bpmndi:BPMNShape id="Event_0x3p5ha_di" bpmnElement="Event_0x3p5ha"> <bpmndi:BPMNShape id="Event_0x3p5ha_di" bpmnElement="Event_0x3p5ha">
<dc:Bounds x="412" y="132" width="36" height="36" /> <dc:Bounds x="412" y="132" width="36" height="36" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0bma5b7_di" bpmnElement="Activity_025ptp9">
<dc:Bounds x="-230" y="110" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataStoreReference_04iaujm_di" bpmnElement="DataStore_StudyList"> <bpmndi:BPMNShape id="DataStoreReference_04iaujm_di" bpmnElement="DataStore_StudyList">
<dc:Bounds x="-205" y="285" width="50" height="50" /> <dc:Bounds x="-205" y="285" width="50" height="50" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
@ -81,6 +85,9 @@ study_list_data_store = {"study": study_num}</bpmn:script>
<bpmndi:BPMNShape id="Event_0u9samg_di" bpmnElement="Event_0u9samg"> <bpmndi:BPMNShape id="Event_0u9samg_di" bpmnElement="Event_0u9samg">
<dc:Bounds x="-198" y="12" width="36" height="36" /> <dc:Bounds x="-198" y="12" width="36" height="36" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0bma5b7_di" bpmnElement="Activity_025ptp9">
<dc:Bounds x="-230" y="110" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_129d891_di" bpmnElement="Flow_129d891"> <bpmndi:BPMNEdge id="Flow_129d891_di" bpmnElement="Flow_129d891">
<di:waypoint x="-282" y="150" /> <di:waypoint x="-282" y="150" />
<di:waypoint x="-230" y="150" /> <di:waypoint x="-230" y="150" />