demo-process-models/playground/dinithi/test-manual-task/Test Manual Task.bpmn

46 lines
2.4 KiB
Plaintext
Raw Normal View History

<?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_vhwig55" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1ppyruf</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_0z2f4t7">
<bpmn:incoming>Flow_12bceng</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ppyruf" sourceRef="StartEvent_1" targetRef="Activity_1e55szl" />
<bpmn:sequenceFlow id="Flow_12bceng" sourceRef="Activity_1e55szl" targetRef="Event_0z2f4t7" />
<bpmn:manualTask id="Activity_1e55szl">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>## Hi There</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ppyruf</bpmn:incoming>
<bpmn:outgoing>Flow_12bceng</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_vhwig55">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-248" y="122" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0z2f4t7_di" bpmnElement="Event_0z2f4t7">
<dc:Bounds x="82" y="122" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1wdfxos_di" bpmnElement="Activity_1e55szl">
<dc:Bounds x="-110" y="-40" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ppyruf_di" bpmnElement="Flow_1ppyruf">
<di:waypoint x="-212" y="140" />
<di:waypoint x="-161" y="140" />
<di:waypoint x="-161" y="0" />
<di:waypoint x="-110" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_12bceng_di" bpmnElement="Flow_12bceng">
<di:waypoint x="-10" y="0" />
<di:waypoint x="36" y="0" />
<di:waypoint x="36" y="140" />
<di:waypoint x="82" y="140" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>