79 lines
4.2 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="Signal_Boundary_Event" name="Signal Boundary Event" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_13uy159</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_13uy159" sourceRef="StartEvent_1" targetRef="User_Task" />
<bpmn:endEvent id="Event_1rl9pce">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>End Signal Boundary Event Unit Test</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0wc2n1z</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0wc2n1z" sourceRef="User_Task" targetRef="Event_1rl9pce" />
<bpmn:endEvent id="Event_09cctxi">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Cancelled and End Signal Boundary Event Unit Test. Name: {{name}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_07btd5z</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_07btd5z" sourceRef="Event_1o7fk5i" targetRef="Event_09cctxi" />
<bpmn:boundaryEvent id="Event_1o7fk5i" attachedToRef="User_Task">
<bpmn:extensionElements>
<spiffworkflow:signalButtonLabel>Cancel</spiffworkflow:signalButtonLabel>
</bpmn:extensionElements>
<bpmn:outgoing>Flow_07btd5z</bpmn:outgoing>
<bpmn:signalEventDefinition id="SignalEventDefinition_0dm1utc" signalRef="isCancelled" />
</bpmn:boundaryEvent>
<bpmn:userTask id="User_Task" name="User Task">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Click Continue or Cancel</spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="get-name-schema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_13uy159</bpmn:incoming>
<bpmn:outgoing>Flow_0wc2n1z</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmn:signal id="isCancelled" name="isCancelled">
<bpmn:extensionElements>
<spiffworkflow:variableName>name</spiffworkflow:variableName>
</bpmn:extensionElements>
</bpmn:signal>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Signal_Boundary_Event">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-128" y="132" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1rl9pce_di" bpmnElement="Event_1rl9pce">
<dc:Bounds x="112" y="132" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_09cctxi_di" bpmnElement="Event_09cctxi">
<dc:Bounds x="112" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0clwk6a_di" bpmnElement="User_Task">
<dc:Bounds x="-40" y="110" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_150hqfz_di" bpmnElement="Event_1o7fk5i">
<dc:Bounds x="-8" y="172" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_13uy159_di" bpmnElement="Flow_13uy159">
<di:waypoint x="-92" y="150" />
<di:waypoint x="-40" y="150" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0wc2n1z_di" bpmnElement="Flow_0wc2n1z">
<di:waypoint x="60" y="150" />
<di:waypoint x="112" y="150" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07btd5z_di" bpmnElement="Flow_07btd5z">
<di:waypoint x="10" y="208" />
<di:waypoint x="10" y="270" />
<di:waypoint x="112" y="270" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>