-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy paththreaded_service_task.bpmn
More file actions
51 lines (51 loc) · 3.01 KB
/
threaded_service_task.bpmn
File metadata and controls
51 lines (51 loc) · 3.01 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
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0ibnyhd" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="threaded_service" isExecutable="true">
<bpmn:startEvent id="Event_0gayte6">
<bpmn:outgoing>Flow_032rj36</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_032rj36" sourceRef="Event_0gayte6" targetRef="any_task" />
<bpmn:endEvent id="Event_08yf43i">
<bpmn:incoming>Flow_0v2d6wi</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0v2d6wi" sourceRef="any_task" targetRef="Event_08yf43i" />
<bpmn:serviceTask id="any_task" name="Any Task">
<bpmn:extensionElements>
<spiffworkflow:serviceTaskOperator id="wait" resultVariable="result">
<spiffworkflow:parameters>
<spiffworkflow:parameter id="job_id" type="int" value="job_id"/>
</spiffworkflow:parameters>
</spiffworkflow:serviceTaskOperator>
</bpmn:extensionElements>
<bpmn:incoming>Flow_032rj36</bpmn:incoming>
<bpmn:outgoing>Flow_0v2d6wi</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics>
<bpmn:loopCardinality xsi:type="bpmn:tFormalExpression">15</bpmn:loopCardinality>
<bpmn:loopDataOutputRef>results</bpmn:loopDataOutputRef>
<bpmn:inputDataItem id="job_id" name="job_id" />
<bpmn:outputDataItem id="result" name="result" />
</bpmn:multiInstanceLoopCharacteristics>
</bpmn:serviceTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16xfaqc">
<bpmndi:BPMNShape id="Event_0gayte6_di" bpmnElement="Event_0gayte6">
<dc:Bounds x="172" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_08yf43i_di" bpmnElement="Event_08yf43i">
<dc:Bounds x="412" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0d9urqb_di" bpmnElement="any_task">
<dc:Bounds x="260" y="200" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_032rj36_di" bpmnElement="Flow_032rj36">
<di:waypoint x="208" y="240" />
<di:waypoint x="260" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0v2d6wi_di" bpmnElement="Flow_0v2d6wi">
<di:waypoint x="360" y="240" />
<di:waypoint x="412" y="240" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>