Workflow for new test

This commit is contained in:
mike cullerton 2022-05-06 09:24:17 -04:00
parent 830a929a6b
commit 9b65c46eeb

View File

@ -0,0 +1,71 @@
<?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_5261381" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_5261381" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1b7cexb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1b7cexb" sourceRef="StartEvent_1" targetRef="Activity_0m8uz6z" />
<bpmn:userTask id="Activity_0m8uz6z" name="Check Yes and No" camunda:formKey="asdf">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="yes" label="&#39;Yes&#39;" type="boolean">
<camunda:properties>
<camunda:property id="boolean_type" value="checkbox" />
</camunda:properties>
</camunda:formField>
<camunda:formField id="no" label="&#39;No&#39;" type="boolean">
<camunda:properties>
<camunda:property id="boolean_type" value="checkbox" />
</camunda:properties>
</camunda:formField>
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1b7cexb</bpmn:incoming>
<bpmn:outgoing>Flow_1lbtmyk</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1lbtmyk" sourceRef="Activity_0m8uz6z" targetRef="Activity_11zdxuw" />
<bpmn:manualTask id="Activity_11zdxuw" name="Display Yes and No">
<bpmn:documentation>## Yes
{{ yes }}
## No
{{ no }}
</bpmn:documentation>
<bpmn:incoming>Flow_1lbtmyk</bpmn:incoming>
<bpmn:outgoing>Flow_0k6g212</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="Event_174uvkc">
<bpmn:incoming>Flow_0k6g212</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0k6g212" sourceRef="Activity_11zdxuw" targetRef="Event_174uvkc" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_5261381">
<bpmndi:BPMNEdge id="Flow_0k6g212_di" bpmnElement="Flow_0k6g212">
<di:waypoint x="530" y="177" />
<di:waypoint x="592" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lbtmyk_di" bpmnElement="Flow_1lbtmyk">
<di:waypoint x="370" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1b7cexb_di" bpmnElement="Flow_1b7cexb">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0roa1lj_di" bpmnElement="Activity_0m8uz6z">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1038tcc_di" bpmnElement="Activity_11zdxuw">
<dc:Bounds x="430" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_174uvkc_di" bpmnElement="Event_174uvkc">
<dc:Bounds x="592" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>