mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 10:48:25 +00:00
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:
parent
3b596dbe5b
commit
13dbd5b5d0
@ -46,8 +46,15 @@ new_id = create_unique_kkv_top_level_key("study_")
|
||||
# Get study number
|
||||
study_num = new_id[6:]
|
||||
|
||||
study_info = {}
|
||||
study_basics = {
|
||||
"study_id": study_num,
|
||||
"short_name": ""
|
||||
"long_name": ""
|
||||
}
|
||||
|
||||
# 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:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" />
|
||||
</bpmn:process>
|
||||
@ -69,9 +76,6 @@ study_list_data_store = {"study": study_num}</bpmn:script>
|
||||
<bpmndi:BPMNShape id="Event_0x3p5ha_di" bpmnElement="Event_0x3p5ha">
|
||||
<dc:Bounds x="412" y="132" width="36" height="36" />
|
||||
</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">
|
||||
<dc:Bounds x="-205" y="285" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
@ -81,6 +85,9 @@ study_list_data_store = {"study": study_num}</bpmn:script>
|
||||
<bpmndi:BPMNShape id="Event_0u9samg_di" bpmnElement="Event_0u9samg">
|
||||
<dc:Bounds x="-198" y="12" width="36" height="36" />
|
||||
</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">
|
||||
<di:waypoint x="-282" y="150" />
|
||||
<di:waypoint x="-230" y="150" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user