User: ciuser1 clicked save for shared/build-enum-list-from-aws/shared-build-enum-list-from-aws.bpmn
This commit is contained in:
parent
52801bd5cb
commit
35d529cfd6
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Shared_Build_Enum_List_from_AWS" name="Shared: Build Enum List from AWS" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_17dzzly</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_17dzzly" sourceRef="StartEvent_1" targetRef="Activity_0w26t4e" />
|
||||
<bpmn:scriptTask id="Activity_0w26t4e" name="Build Enum List from AWS">
|
||||
<bpmn:incoming>Flow_17dzzly</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1lst375</bpmn:outgoing>
|
||||
<bpmn:script># Build Enum List from AWS
|
||||
enumerations_items_list = []
|
||||
enumerations_items_list.append({'label': 'Add New', 'value': 'add'})
|
||||
enumerations_items_list.append(enumerations["Items"])</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:endEvent id="Event_0imyhx8">
|
||||
<bpmn:incoming>Flow_1lst375</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1lst375" sourceRef="Activity_0w26t4e" targetRef="Event_0imyhx8" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_Build_Enum_List_from_AWS">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1lf3qci_di" bpmnElement="Activity_0w26t4e">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0imyhx8_di" bpmnElement="Event_0imyhx8">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17dzzly_di" bpmnElement="Flow_17dzzly">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1lst375_di" bpmnElement="Flow_1lst375">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"description": "Build Enum List from AWS",
|
||||
"display_name": "Build Enum List from AWS",
|
||||
"display_order": 3,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"id": "build-enum-list-from-aws",
|
||||
"is_master_spec": false,
|
||||
"is_review": false,
|
||||
"libraries": [],
|
||||
"library": false,
|
||||
"primary_file_name": "shared-build-enum-list-from-aws.bpmn",
|
||||
"primary_process_id": "Shared_Build_Enum_List_from_AWS",
|
||||
"process_group_id": "shared",
|
||||
"standalone": false
|
||||
}
|
Loading…
Reference in New Issue