-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathteste.bpmn
More file actions
121 lines (121 loc) · 6.15 KB
/
teste.bpmn
File metadata and controls
121 lines (121 loc) · 6.15 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?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" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0x7jfqo" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="order" isExecutable="true">
<bpmn:startEvent id="Event_1oyv217" name="Order">
<bpmn:outgoing>Flow_0wi9z22</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_10wdq5v">
<bpmn:incoming>Flow_0x4jzgf</bpmn:incoming>
</bpmn:endEvent>
<bpmn:scriptTask id="script1">
<bpmn:incoming>Flow_12cqn7u</bpmn:incoming>
<bpmn:outgoing>Flow_1lxiwkq</bpmn:outgoing>
<bpmn:script>a = 1</bpmn:script>
</bpmn:scriptTask>
<bpmn:userTask id="usertask1">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="name" label="Name" type="enum">
<camunda:value id="1" name="1" />
</camunda:formField>
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1nmv58w</bpmn:incoming>
<bpmn:outgoing>Flow_1htw1z3</bpmn:outgoing>
</bpmn:userTask>
<bpmn:serviceTask id="create_order" name="Teste" camunda:type="external" camunda:topic="create_order">
<bpmn:extensionElements>
<camunda:properties>
<camunda:property name="teste" value="lucas" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0mhl8af</bpmn:incoming>
<bpmn:outgoing>Flow_0sc1mh8</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:parallelGateway id="Gateway_0si1y32">
<bpmn:incoming>Flow_0wi9z22</bpmn:incoming>
<bpmn:outgoing>Flow_0mhl8af</bpmn:outgoing>
<bpmn:outgoing>Flow_12cqn7u</bpmn:outgoing>
<bpmn:outgoing>Flow_1nmv58w</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_0wi9z22" sourceRef="Event_1oyv217" targetRef="Gateway_0si1y32" />
<bpmn:sequenceFlow id="Flow_0mhl8af" sourceRef="Gateway_0si1y32" targetRef="create_order" />
<bpmn:sequenceFlow id="Flow_12cqn7u" sourceRef="Gateway_0si1y32" targetRef="script1" />
<bpmn:sequenceFlow id="Flow_1nmv58w" sourceRef="Gateway_0si1y32" targetRef="usertask1" />
<bpmn:sequenceFlow id="Flow_1htw1z3" sourceRef="usertask1" targetRef="Gateway_1y7qux8" />
<bpmn:parallelGateway id="Gateway_1y7qux8">
<bpmn:incoming>Flow_1htw1z3</bpmn:incoming>
<bpmn:incoming>Flow_1lxiwkq</bpmn:incoming>
<bpmn:incoming>Flow_0sc1mh8</bpmn:incoming>
<bpmn:outgoing>Flow_0x4jzgf</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_1lxiwkq" sourceRef="script1" targetRef="Gateway_1y7qux8" />
<bpmn:sequenceFlow id="Flow_0sc1mh8" sourceRef="create_order" targetRef="Gateway_1y7qux8" />
<bpmn:sequenceFlow id="Flow_0x4jzgf" sourceRef="Gateway_1y7qux8" targetRef="Event_10wdq5v" />
</bpmn:process>
<bpmn:message id="Message_24da0pn" name="event1" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="order">
<bpmndi:BPMNEdge id="Flow_0wi9z22_di" bpmnElement="Flow_0wi9z22">
<di:waypoint x="215" y="247" />
<di:waypoint x="265" y="247" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0mhl8af_di" bpmnElement="Flow_0mhl8af">
<di:waypoint x="290" y="222" />
<di:waypoint x="290" y="120" />
<di:waypoint x="390" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_12cqn7u_di" bpmnElement="Flow_12cqn7u">
<di:waypoint x="315" y="247" />
<di:waypoint x="390" y="247" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nmv58w_di" bpmnElement="Flow_1nmv58w">
<di:waypoint x="290" y="272" />
<di:waypoint x="290" y="390" />
<di:waypoint x="390" y="390" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1htw1z3_di" bpmnElement="Flow_1htw1z3">
<di:waypoint x="490" y="390" />
<di:waypoint x="610" y="390" />
<di:waypoint x="610" y="272" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lxiwkq_di" bpmnElement="Flow_1lxiwkq">
<di:waypoint x="490" y="247" />
<di:waypoint x="585" y="247" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0sc1mh8_di" bpmnElement="Flow_0sc1mh8">
<di:waypoint x="490" y="120" />
<di:waypoint x="610" y="120" />
<di:waypoint x="610" y="222" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0x4jzgf_di" bpmnElement="Flow_0x4jzgf">
<di:waypoint x="635" y="247" />
<di:waypoint x="1052" y="247" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Event_1oyv217">
<dc:Bounds x="179" y="229" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="183" y="272" width="29" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_10wdq5v_di" bpmnElement="Event_10wdq5v">
<dc:Bounds x="1052" y="229" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_05xxhcf_di" bpmnElement="create_order">
<dc:Bounds x="390" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_08gwxfp_di" bpmnElement="script1">
<dc:Bounds x="390" y="207" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1j9wx8o_di" bpmnElement="usertask1">
<dc:Bounds x="390" y="350" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_047a451_di" bpmnElement="Gateway_0si1y32">
<dc:Bounds x="265" y="222" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0jkr4np_di" bpmnElement="Gateway_1y7qux8">
<dc:Bounds x="585" y="222" width="50" height="50" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>