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:08:58 +00:00
parent 831c4d4fbb
commit 3b70fb8c71

View File

@ -16,11 +16,13 @@
<bpmn:dataOutputAssociation id="DataOutputAssociation_0os6g9p">
<bpmn:targetRef>DataStore_StudyList</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>study_000000 = {}
<bpmn:script>study_template = {"studyId": "", "studyShortName": "", "studyLongName": "", "studyStatus": "Active"}
study_template = [{"studyId": "", "studyShortName": "", "studyLongName": "", "studyStatus": "Active"}]
study_list = {}
study_list["study_000000"] = study_template
study_list_data_store = {"study_000000": study_template}</bpmn:script>
study_list_data_store = {"study_list": study_000000}</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataStoreReference id="DataStore_StudyList" name="Study List" dataStoreRef="study_list_data_store" />
</bpmn:process>