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 21:18:17 +00:00
parent 2871e8bcee
commit 7d8639a2ec

View File

@ -46,7 +46,7 @@ new_id = create_unique_kkv_top_level_key("study_")
# Get study number
study_num = new_id[6:]
study_info = {}
new_id = {}
study_basics = {
"study_id": study_num,
"short_name": "",
@ -54,7 +54,7 @@ study_basics = {
}
# Update Data Store with new study
study_list_data_store = study_info["study_basics"] = study_basics</bpmn:script>
study_list_data_store = new_id["study_basics"] = study_basics</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" />
</bpmn:process>