mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: alex clicked save for shared/enumerations/enumerations.bpmn
This commit is contained in:
parent
4506a251ae
commit
4bace41440
@ -30,7 +30,7 @@
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="aws/AddDynamoItem" resultVariable="enumerationsAdd">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="item_data" type="str" value="{ "Subject": addSubject, "Value": value, "Label": label }" />
|
||||
<spiffworkflow:parameter id="item_data" type="str" value="{ "Subject": addSubject, "Value": addValue, "Label": addLabel }" />
|
||||
<spiffworkflow:parameter id="table_name" type="str" value="'Enumeration'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
@ -107,6 +107,20 @@ for n in range(0, enumerations_items_list_cnt):
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-278" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0fdez0y_di" bpmnElement="Event_0fdez0y">
|
||||
<dc:Bounds x="1342" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1cpupwx_di" bpmnElement="Activity_18npi29">
|
||||
<dc:Bounds x="1190" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0k89mkq_di" bpmnElement="Activity_1cl0n43">
|
||||
<dc:Bounds x="860" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1fe77xz_di" bpmnElement="Activity_1slo4pb">
|
||||
<dc:Bounds x="1030" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1i2gua9_di" bpmnElement="Call_Shared_Build_Enum_List_from_AWS">
|
||||
<dc:Bounds x="-170" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
@ -124,20 +138,6 @@ for n in range(0, enumerations_items_list_cnt):
|
||||
<bpmndi:BPMNShape id="Activity_1xmj9ir_di" bpmnElement="Activity_1ifnmsg">
|
||||
<dc:Bounds x="690" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0fdez0y_di" bpmnElement="Event_0fdez0y">
|
||||
<dc:Bounds x="1342" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1cpupwx_di" bpmnElement="Activity_18npi29">
|
||||
<dc:Bounds x="1190" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0k89mkq_di" bpmnElement="Activity_1cl0n43">
|
||||
<dc:Bounds x="860" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1fe77xz_di" bpmnElement="Activity_1slo4pb">
|
||||
<dc:Bounds x="1030" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0vetp9n_di" bpmnElement="Activity_1pdtwik">
|
||||
<dc:Bounds x="520" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
Loading…
x
Reference in New Issue
Block a user