mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:18:36 +00:00
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:
parent
576bce2005
commit
9470daef0e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user