mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 04:18:15 +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
831c4d4fbb
commit
3b70fb8c71
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user