-
Notifications
You must be signed in to change notification settings - Fork 0
/
itemcreator.bpmn
43 lines (43 loc) · 2.62 KB
/
itemcreator.bpmn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1ghtmuc" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="Process_13y3tcc" name="Item creator" isExecutable="true">
<bpmn:sequenceFlow id="Flow_03oevsi" sourceRef="StartEvent_1" targetRef="Activity_0eydm6e" />
<bpmn:endEvent id="Event_05udjua">
<bpmn:incoming>Flow_196oycs</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_196oycs" sourceRef="Activity_0eydm6e" targetRef="Event_05udjua" />
<bpmn:serviceTask id="Activity_0eydm6e" name="Create Item" camunda:asyncBefore="true" camunda:delegateExpression="#{createItem}">
<bpmn:incoming>Flow_03oevsi</bpmn:incoming>
<bpmn:outgoing>Flow_196oycs</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:startEvent id="StartEvent_1" name="text">
<bpmn:outgoing>Flow_03oevsi</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1tklpsa" messageRef="Message_10ns3y7" />
</bpmn:startEvent>
</bpmn:process>
<bpmn:message id="Message_10ns3y7" name="Message_StartProcess" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_13y3tcc">
<bpmndi:BPMNEdge id="Flow_03oevsi_di" bpmnElement="Flow_03oevsi">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_196oycs_di" bpmnElement="Flow_196oycs">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_05udjua_di" bpmnElement="Event_05udjua">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0whnqh5_di" bpmnElement="Activity_0eydm6e">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0puo00y_di" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="188" y="142" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>