|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0jc2nqw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.43.0-rc.0-dev" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0"> |
| 2 | +<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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0jc2nqw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.44.0-rc.3" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0"> |
3 | 3 | <bpmn:process id="Process_TaskTesting" isExecutable="true"> |
4 | 4 | <bpmn:startEvent id="StartEvent_1"> |
5 | 5 | <bpmn:outgoing>Flow_0d202t1</bpmn:outgoing> |
|
91 | 91 | <zeebe:taskDefinition type="foo" /> |
92 | 92 | <zeebe:ioMapping> |
93 | 93 | <zeebe:input source="=foo" target="fooLocal" /> |
| 94 | + <zeebe:input source="=if jobWorkerDelay != null then jobWorkerDelay else 5" target="delay" /> |
94 | 95 | <zeebe:output source="=foo" target="jobWorkerFoo" /> |
95 | 96 | </zeebe:ioMapping> |
96 | 97 | </bpmn:extensionElements> |
|
123 | 124 | <bpmn:incoming>Flow_0cr1jl0</bpmn:incoming> |
124 | 125 | </bpmn:endEvent> |
125 | 126 | <bpmn:sequenceFlow id="Flow_0cr1jl0" sourceRef="ServiceTask_6" targetRef="EndEvent_1" /> |
| 127 | + <bpmn:boundaryEvent id="Event_1op2ilo" name="10 seconds" attachedToRef="ServiceTask_5"> |
| 128 | + <bpmn:outgoing>Flow_0mpq4id</bpmn:outgoing> |
| 129 | + <bpmn:timerEventDefinition id="TimerEventDefinition_0o7rdih"> |
| 130 | + <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT10S</bpmn:timeDuration> |
| 131 | + </bpmn:timerEventDefinition> |
| 132 | + </bpmn:boundaryEvent> |
| 133 | + <bpmn:endEvent id="EndEvent_2"> |
| 134 | + <bpmn:incoming>Flow_0mpq4id</bpmn:incoming> |
| 135 | + </bpmn:endEvent> |
| 136 | + <bpmn:sequenceFlow id="Flow_0mpq4id" sourceRef="Event_1op2ilo" targetRef="EndEvent_2" /> |
126 | 137 | </bpmn:process> |
127 | 138 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
128 | 139 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_TaskTesting"> |
|
154 | 165 | <bpmndi:BPMNShape id="Event_09ccbkf_di" bpmnElement="EndEvent_1"> |
155 | 166 | <dc:Bounds x="1072" y="102" width="36" height="36" /> |
156 | 167 | </bpmndi:BPMNShape> |
| 168 | + <bpmndi:BPMNShape id="Event_1y631x8_di" bpmnElement="EndEvent_2"> |
| 169 | + <dc:Bounds x="912" y="222" width="36" height="36" /> |
| 170 | + </bpmndi:BPMNShape> |
| 171 | + <bpmndi:BPMNShape id="Event_1bi66jq_di" bpmnElement="Event_1op2ilo"> |
| 172 | + <dc:Bounds x="822" y="142" width="36" height="36" /> |
| 173 | + <bpmndi:BPMNLabel> |
| 174 | + <dc:Bounds x="812" y="185" width="57" height="14" /> |
| 175 | + </bpmndi:BPMNLabel> |
| 176 | + </bpmndi:BPMNShape> |
157 | 177 | <bpmndi:BPMNEdge id="Flow_0d202t1_di" bpmnElement="Flow_0d202t1"> |
158 | 178 | <di:waypoint x="188" y="120" /> |
159 | 179 | <di:waypoint x="230" y="120" /> |
|
182 | 202 | <di:waypoint x="1030" y="120" /> |
183 | 203 | <di:waypoint x="1072" y="120" /> |
184 | 204 | </bpmndi:BPMNEdge> |
| 205 | + <bpmndi:BPMNEdge id="Flow_0mpq4id_di" bpmnElement="Flow_0mpq4id"> |
| 206 | + <di:waypoint x="840" y="178" /> |
| 207 | + <di:waypoint x="840" y="240" /> |
| 208 | + <di:waypoint x="912" y="240" /> |
| 209 | + </bpmndi:BPMNEdge> |
185 | 210 | </bpmndi:BPMNPlane> |
186 | 211 | </bpmndi:BPMNDiagram> |
187 | 212 | </bpmn:definitions> |
0 commit comments