-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from generative-arts/add-service-manual-task
Add service manual task
- Loading branch information
Showing
5 changed files
with
12,122 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.