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

59 lines
3.3 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" 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_0387m6o</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_0z2f4t7">
<bpmn:incoming>Flow_0slp3tx</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0387m6o" sourceRef="StartEvent_1" targetRef="Activity_1tebbtz" />
<bpmn:sequenceFlow id="Flow_0slp3tx" sourceRef="Activity_1tebbtz" targetRef="Event_0z2f4t7" />
<bpmn:manualTask id="Activity_1tebbtz">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>## Welcome to SpiffWorkflow
Thank you for coming by and checking things out!
As you follow through these examples we'd like you to do three things each time:
* **View the diagram** - Every process has a primary file - it will be the first file you see in the list of files when viewing a process model. These diagrams fully control what you experience when you click the "Start" button
* **Start up the process** - Click that "Start" Button and step through the process.
* **Follow any special directions** - rather than just complete the process, read the directions carefully. In this way we can show you some additional aspects of the system - or you may need to take some other actions to really see everything that is happening.
### What is "Hello World"?
Hello World is a common way to introduce people to a new programming language. It shows the minimum amount of work required to make something (anything) happen.
### More Information
You can find lots more information in our [Documentation for Spiff-Arena](https://spiff-arena.readthedocs.io/en/latest/quick_start/quick_start.html)</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0387m6o</bpmn:incoming>
<bpmn:outgoing>Flow_0slp3tx</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_07s52d5_di" bpmnElement="Activity_1tebbtz">
<dc:Bounds x="-100" y="100" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0387m6o_di" bpmnElement="Flow_0387m6o">
<di:waypoint x="-212" y="140" />
<di:waypoint x="-100" y="140" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0slp3tx_di" bpmnElement="Flow_0slp3tx">
<di:waypoint x="0" y="140" />
<di:waypoint x="82" y="140" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>