ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_7-gSIF09EeWE96cFqGLI8w" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://bpmn.io/schema/bpmn"> |
| 3 | <bpmn2:process id="user-interact-wf" name="UserInteract" isExecutable="true"> |
| 4 | <bpmn2:startEvent id="StartEcho" camunda:formKey="embedded:app:forms/example-embedded-start-TestHumanTask.html" name="StartEvent"> |
| 5 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:serviceTask id="ServiceTask_1" camunda:class="com.att.ajsc.clds.designer.workflow.LogMessageDelegate" name="Perform Echo Assignment"> |
| 8 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 9 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 10 | </bpmn2:serviceTask> |
| 11 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEcho" targetRef="ServiceTask_1"/> |
| 12 | <bpmn2:endEvent id="EndEvent_1" name="Endevent"> |
| 13 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 14 | </bpmn2:endEvent> |
| 15 | <bpmn2:serviceTask id="ServiceTask_3" camunda:class="com.att.ajsc.clds.designer.workflow.LogMessageDelegate" name="AddServiceTask3"> |
| 16 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 17 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 18 | </bpmn2:serviceTask> |
| 19 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ServiceTask_3" targetRef="EndEvent_1"/> |
| 20 | <bpmn2:userTask id="UserTask_1" camunda:assignee="admin" camunda:formKey="embedded:app:forms/example-embedded-task-TestHumanTask.html" name="HumanTask1"> |
| 21 | <bpmn2:incoming>SequenceFlow_027hi4f</bpmn2:incoming> |
| 22 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 23 | </bpmn2:userTask> |
| 24 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ServiceTask_1" targetRef="BusinessRuleTask_1m53dly"/> |
| 25 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="UserTask_1" targetRef="ServiceTask_3"/> |
| 26 | <bpmn2:businessRuleTask id="BusinessRuleTask_1m53dly" camunda:resultVariable="result" camunda:decisionRef="simpleDishDecisionTable" camunda:mapDecisionResult="singleResult" name="BusinessRuleTask"> |
| 27 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 28 | <bpmn2:outgoing>SequenceFlow_027hi4f</bpmn2:outgoing> |
| 29 | </bpmn2:businessRuleTask> |
| 30 | <bpmn2:sequenceFlow id="SequenceFlow_027hi4f" sourceRef="BusinessRuleTask_1m53dly" targetRef="UserTask_1"/> |
| 31 | </bpmn2:process> |
| 32 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 33 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="user-interact-wf"> |
| 34 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEcho"> |
| 35 | <dc:Bounds height="36.0" width="36.0" x="191.0" y="253.0"/> |
| 36 | </bpmndi:BPMNShape> |
| 37 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_4" bpmnElement="ServiceTask_1"> |
| 38 | <dc:Bounds height="80.0" width="100.0" x="277.0" y="231.0"/> |
| 39 | </bpmndi:BPMNShape> |
| 40 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_3" targetElement="_BPMNShape_ServiceTask_4"> |
| 41 | <di:waypoint xsi:type="dc:Point" x="227.0" y="271.0"/> |
| 42 | <di:waypoint xsi:type="dc:Point" x="277.0" y="271.0"/> |
| 43 | </bpmndi:BPMNEdge> |
| 44 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_103" bpmnElement="EndEvent_1"> |
| 45 | <dc:Bounds height="36.0" width="36.0" x="1182.0" y="253.0"/> |
| 46 | <bpmndi:BPMNLabel> |
| 47 | <dc:Bounds height="25.0" width="90.0" x="1156.0" y="294.0"/> |
| 48 | </bpmndi:BPMNLabel> |
| 49 | </bpmndi:BPMNShape> |
| 50 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="ServiceTask_3"> |
| 51 | <dc:Bounds height="80.0" width="100.0" x="923.0" y="231.0"/> |
| 52 | </bpmndi:BPMNShape> |
| 53 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ServiceTask_6" targetElement="_BPMNShape_EndEvent_103"> |
| 54 | <di:waypoint xsi:type="dc:Point" x="1026.0" y="271.0"/> |
| 55 | <di:waypoint xsi:type="dc:Point" x="1182.0" y="271.0"/> |
| 56 | </bpmndi:BPMNEdge> |
| 57 | <bpmndi:BPMNShape id="_BPMNShape_UserTask_2" bpmnElement="UserTask_1"> |
| 58 | <dc:Bounds height="80.0" width="100.0" x="719.0" y="231.0"/> |
| 59 | </bpmndi:BPMNShape> |
| 60 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ServiceTask_4" targetElement="_BPMNShape_UserTask_2"> |
| 61 | <di:waypoint xsi:type="dc:Point" x="377.0" y="271.0"/> |
| 62 | <di:waypoint xsi:type="dc:Point" x="492.0" y="271.0"/> |
| 63 | </bpmndi:BPMNEdge> |
| 64 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_UserTask_2" targetElement="_BPMNShape_ServiceTask_6"> |
| 65 | <di:waypoint xsi:type="dc:Point" x="819.0" y="271.0"/> |
| 66 | <di:waypoint xsi:type="dc:Point" x="923.0" y="271.0"/> |
| 67 | </bpmndi:BPMNEdge> |
| 68 | <bpmndi:BPMNShape id="BusinessRuleTask_1m53dly_di" bpmnElement="BusinessRuleTask_1m53dly"> |
| 69 | <dc:Bounds height="80.0" width="100.0" x="492.0" y="231.0"/> |
| 70 | </bpmndi:BPMNShape> |
| 71 | <bpmndi:BPMNEdge id="SequenceFlow_027hi4f_di" bpmnElement="SequenceFlow_027hi4f"> |
| 72 | <di:waypoint xsi:type="dc:Point" x="592.0" y="271.0"/> |
| 73 | <di:waypoint xsi:type="dc:Point" x="719.0" y="271.0"/> |
| 74 | <bpmndi:BPMNLabel> |
| 75 | <dc:Bounds height="20.0" width="90.0" x="830.0" y="325.5"/> |
| 76 | </bpmndi:BPMNLabel> |
| 77 | </bpmndi:BPMNEdge> |
| 78 | </bpmndi:BPMNPlane> |
| 79 | </bpmndi:BPMNDiagram> |
| 80 | </bpmn2:definitions> |