Jon Herron 0892db6fa7 Squashed 'SpiffWorkflow/' content from commit 63db3e4
git-subtree-dir: SpiffWorkflow
git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
2022-10-12 10:19:53 -04:00

64 lines
3.5 KiB
XML

<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0w1uo0r" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.10.0">
<bpmn:process id="Process_0k7ga4b" name="start" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0k348ph</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0k348ph" sourceRef="StartEvent_1" targetRef="Activity_1wejtm3" />
<bpmn:scriptTask id="Activity_1wejtm3" name="Call Custom function in BPMN">
<bpmn:incoming>Flow_0k348ph</bpmn:incoming>
<bpmn:outgoing>Flow_03rcoxc</bpmn:outgoing>
<bpmn:script>a = my_custom_function("bill")</bpmn:script>
</bpmn:scriptTask>
<bpmn:businessRuleTask id="Activity_0zug9f0" name="Call DMN Script" camunda:decisionRef="DMNCustomScript">
<bpmn:incoming>Flow_02v0zk5</bpmn:incoming>
<bpmn:outgoing>Flow_0pvahf7</bpmn:outgoing>
</bpmn:businessRuleTask>
<bpmn:sequenceFlow id="Flow_03rcoxc" sourceRef="Activity_1wejtm3" targetRef="manual_task" />
<bpmn:endEvent id="Event_0w8dkiu">
<bpmn:incoming>Flow_0pvahf7</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0pvahf7" sourceRef="Activity_0zug9f0" targetRef="Event_0w8dkiu" />
<bpmn:sequenceFlow id="Flow_02v0zk5" sourceRef="manual_task" targetRef="Activity_0zug9f0" />
<bpmn:manualTask id="manual_task" name="Manual Task&#10;">
<bpmn:incoming>Flow_03rcoxc</bpmn:incoming>
<bpmn:outgoing>Flow_02v0zk5</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0k7ga4b">
<bpmndi:BPMNEdge id="Flow_0pvahf7_di" bpmnElement="Flow_0pvahf7">
<di:waypoint x="660" y="117" />
<di:waypoint x="722" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_03rcoxc_di" bpmnElement="Flow_03rcoxc">
<di:waypoint x="380" y="117" />
<di:waypoint x="420" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0k348ph_di" bpmnElement="Flow_0k348ph">
<di:waypoint x="188" y="117" />
<di:waypoint x="280" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02v0zk5_di" bpmnElement="Flow_02v0zk5">
<di:waypoint x="520" y="117" />
<di:waypoint x="560" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="152" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_172h5vr_di" bpmnElement="Activity_1wejtm3">
<dc:Bounds x="280" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0w8dkiu_di" bpmnElement="Event_0w8dkiu">
<dc:Bounds x="722" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1cb776x_di" bpmnElement="Activity_0zug9f0">
<dc:Bounds x="560" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_08zgy4m_di" bpmnElement="manual_task">
<dc:Bounds x="420" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>