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 20:13:51 +00:00
parent 576bce2005
commit 9470daef0e

View File

@ -18,11 +18,15 @@
</bpmn:dataOutputAssociation>
<bpmn:script>study_template = {"studyId": "", "studyShortName": "", "studyLongName": "", "studyStatus": "Active"}
study_list = {}
study_list["study_000000"] = study_template
study_list_data_store = {"study_list": study_list}</bpmn:script>
study_list_data_store = {"study_list": study_list}
# Delete Unneeded Variables
del(study_template)</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataStoreReference id="DataStore_StudyList" name="Study List" dataStoreRef="study_list_data_store" />
</bpmn:process>