|
9 | 9 | </bpmn:endEvent>
|
10 | 10 | <bpmn:sequenceFlow id="SequenceFlow1" sourceRef="StartEventProcessStarted" targetRef="Task_DoSomething" />
|
11 | 11 | <bpmn:sequenceFlow id="SequenceFlow_14t5oxg" sourceRef="Task_DoSomething" targetRef="EndEventProcessEnded" />
|
12 |
| - <bpmn:serviceTask id="Task_DoSomething" name="Do something" camunda:type="external" camunda:topic="DoSomething"> |
| 12 | + <bpmn:serviceTask id="Task_DoSomething" name="External Task" camunda:type="external" camunda:topic="DoSomething"> |
13 | 13 | <bpmn:incoming>SequenceFlow1</bpmn:incoming>
|
14 | 14 | <bpmn:outgoing>SequenceFlow_14t5oxg</bpmn:outgoing>
|
15 | 15 | </bpmn:serviceTask>
|
| 16 | + <bpmn:textAnnotation id="TextAnnotation_0fuvoz5"> |
| 17 | + <bpmn:text>The External Task Listener registered in the Process Engine Plugin will be notified and completes the Task in a separate thread without locking it</bpmn:text> |
| 18 | + </bpmn:textAnnotation> |
| 19 | + <bpmn:association id="Association_0rpbqmm" sourceRef="Task_DoSomething" targetRef="TextAnnotation_0fuvoz5" /> |
16 | 20 | </bpmn:process>
|
17 | 21 | <bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
18 | 22 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="engine-plugin-external-task-listener">
|
19 | 23 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEventProcessStarted">
|
20 | 24 | <dc:Bounds x="173" y="102" width="36" height="36" />
|
| 25 | + <bpmndi:BPMNLabel> |
| 26 | + <dc:Bounds x="170" y="146" width="41" height="27" /> |
| 27 | + </bpmndi:BPMNLabel> |
21 | 28 | </bpmndi:BPMNShape>
|
22 | 29 | <bpmndi:BPMNShape id="EndEvent_0fkea3f_di" bpmnElement="EndEventProcessEnded">
|
23 | 30 | <dc:Bounds x="428" y="102" width="36" height="36" />
|
24 | 31 | <bpmndi:BPMNLabel>
|
25 |
| - <dc:Bounds x="426" y="138" width="40" height="24" /> |
| 32 | + <dc:Bounds x="425" y="146" width="41" height="27" /> |
26 | 33 | </bpmndi:BPMNLabel>
|
27 | 34 | </bpmndi:BPMNShape>
|
28 | 35 | <bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
|
|
42 | 49 | <bpmndi:BPMNShape id="ServiceTask_0q0edfm_di" bpmnElement="Task_DoSomething">
|
43 | 50 | <dc:Bounds x="269" y="80" width="100" height="80" />
|
44 | 51 | </bpmndi:BPMNShape>
|
| 52 | + <bpmndi:BPMNShape id="TextAnnotation_0fuvoz5_di" bpmnElement="TextAnnotation_0fuvoz5"> |
| 53 | + <dc:Bounds x="280" y="200" width="210" height="70" /> |
| 54 | + </bpmndi:BPMNShape> |
| 55 | + <bpmndi:BPMNEdge id="Association_0rpbqmm_di" bpmnElement="Association_0rpbqmm"> |
| 56 | + <di:waypoint x="342" y="160" /> |
| 57 | + <di:waypoint x="365" y="200" /> |
| 58 | + </bpmndi:BPMNEdge> |
45 | 59 | </bpmndi:BPMNPlane>
|
46 | 60 | </bpmndi:BPMNDiagram>
|
47 | 61 | </bpmn:definitions>
|
0 commit comments