Skip to content

Commit

Permalink
Merge pull request #2 from generative-arts/add-service-manual-task
Browse files Browse the repository at this point in the history
Add service manual task
  • Loading branch information
urbanisierung authored Apr 14, 2021
2 parents 1afc409 + 4d0e401 commit 003a6fd
Show file tree
Hide file tree
Showing 5 changed files with 12,122 additions and 5 deletions.
50 changes: 50 additions & 0 deletions bpmn/example-user-task.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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" id="Definitions_03q11rv" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="8.3.0">
<bpmn:process id="Process_0yuo6ss" isExecutable="false">
<bpmn:startEvent id="StartEvent_0mvynjz">
<bpmn:outgoing>Flow_0frr11y</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0frr11y" sourceRef="StartEvent_0mvynjz" targetRef="Activity_0uzw8qt" />
<bpmn:endEvent id="Event_1wow6pq">
<bpmn:incoming>Flow_0qotf84</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_10t6y7c" sourceRef="Activity_0uzw8qt" targetRef="Activity_0quinma" />
<bpmn:userTask id="Activity_0uzw8qt" name="user task">
<bpmn:incoming>Flow_0frr11y</bpmn:incoming>
<bpmn:outgoing>Flow_10t6y7c</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0qotf84" sourceRef="Activity_0quinma" targetRef="Event_1wow6pq" />
<bpmn:manualTask id="Activity_0quinma" name="manual task">
<bpmn:incoming>Flow_10t6y7c</bpmn:incoming>
<bpmn:outgoing>Flow_0qotf84</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0yuo6ss">
<bpmndi:BPMNEdge id="Flow_0frr11y_di" bpmnElement="Flow_0frr11y">
<di:waypoint x="192" y="99" />
<di:waypoint x="250" y="99" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_10t6y7c_di" bpmnElement="Flow_10t6y7c">
<di:waypoint x="350" y="99" />
<di:waypoint x="390" y="99" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0qotf84_di" bpmnElement="Flow_0qotf84">
<di:waypoint x="490" y="99" />
<di:waypoint x="552" y="99" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_0mvynjz">
<dc:Bounds x="156" y="81" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_17yoguk_di" bpmnElement="Activity_0uzw8qt">
<dc:Bounds x="250" y="59" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1wow6pq_di" bpmnElement="Event_1wow6pq">
<dc:Bounds x="552" y="81" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_092gknj_di" bpmnElement="Activity_0quinma">
<dc:Bounds x="390" y="59" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Loading

0 comments on commit 003a6fd

Please sign in to comment.