User: alex@sartography.com clicked save for playground/alex-herron/irb-prototype/core-information/personnel/personnel.bpmn
This commit is contained in:
parent
5ad34a8b74
commit
14c04ea621
|
@ -12,7 +12,15 @@
|
|||
<bpmn:scriptTask id="Activity_16reu83" name="Get Personnel Enum List">
|
||||
<bpmn:incoming>Flow_1m8bd3r</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0oforc1</bpmn:outgoing>
|
||||
<bpmn:property id="Property_0j1nshc" name="__targetRef_placeholder" />
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_0szigo7">
|
||||
<bpmn:sourceRef>DataStoreReference_Read</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_0j1nshc</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
<bpmn:script># Build Org Personnel Enum List
|
||||
org_personnel_enum_list = dynamic_enumerations_data_store("org_personnel", "org_personnel_enum_list")</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_Read" name="Read Personnel Enum Data Store" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_wzh9b0s">
|
||||
|
@ -25,6 +33,12 @@
|
|||
<bpmndi:BPMNShape id="Activity_14a7t3o_di" bpmnElement="Activity_16reu83">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_0jivvwi_di" bpmnElement="DataStoreReference_Read">
|
||||
<dc:Bounds x="295" y="295" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="279" y="352" width="85" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1m8bd3r_di" bpmnElement="Flow_1m8bd3r">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
|
@ -33,6 +47,10 @@
|
|||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_0szigo7_di" bpmnElement="DataInputAssociation_0szigo7">
|
||||
<di:waypoint x="320" y="295" />
|
||||
<di:waypoint x="320" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue