User: cris@sartography.com clicked save for playground/cris-tolbert/vacation-approval/Vacation Approval.bpmn
This commit is contained in:
parent
adf9df3f5d
commit
328968004c
|
@ -1,10 +1,23 @@
|
|||
<?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:collaboration id="Collaboration_0lx3irf">
|
||||
<bpmn:participant id="Participant_0kb8ewq" processRef="Process_n51zl0o" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_n51zl0o" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_1h0glfq">
|
||||
<bpmn:lane id="Lane_01m6xel">
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0tkbpws</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1g81cfy</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_11h1a37</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1idrazh" name=""dan@sartography.com"">
|
||||
<bpmn:flowNodeRef>Activity_041w3cp</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
</bpmn:laneSet>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0p2xias</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0p2xias" sourceRef="StartEvent_1" targetRef="Activity_0tkbpws" />
|
||||
<bpmn:userTask id="Activity_0tkbpws" name="Ask family for trip">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
|
@ -15,11 +28,6 @@
|
|||
<bpmn:incoming>Flow_0p2xias</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_02tf8jg</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="Event_11h1a37">
|
||||
<bpmn:incoming>Flow_08p8n8n</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_02tf8jg" sourceRef="Activity_0tkbpws" targetRef="Activity_1g81cfy" />
|
||||
<bpmn:sequenceFlow id="Flow_08p8n8n" sourceRef="Activity_1g81cfy" targetRef="Event_11h1a37" />
|
||||
<bpmn:serviceTask id="Activity_1g81cfy" name="Notify Folks">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="slack/PostMessage">
|
||||
|
@ -31,23 +39,53 @@
|
|||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_02tf8jg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_08p8n8n</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1383d4s</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_0p2xias" sourceRef="StartEvent_1" targetRef="Activity_0tkbpws" />
|
||||
<bpmn:sequenceFlow id="Flow_02tf8jg" sourceRef="Activity_0tkbpws" targetRef="Activity_1g81cfy" />
|
||||
<bpmn:userTask id="Activity_041w3cp" name="Do you want to go?">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="approval-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="approval-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1383d4s</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1seudup</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1383d4s" sourceRef="Activity_1g81cfy" targetRef="Activity_041w3cp" />
|
||||
<bpmn:sequenceFlow id="Flow_1seudup" sourceRef="Activity_041w3cp" targetRef="Event_11h1a37" />
|
||||
<bpmn:endEvent id="Event_11h1a37">
|
||||
<bpmn:incoming>Flow_1seudup</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_n51zl0o">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0lx3irf">
|
||||
<bpmndi:BPMNShape id="Participant_0kb8ewq_di" bpmnElement="Participant_0kb8ewq" isHorizontal="true">
|
||||
<dc:Bounds x="129" y="117" width="681" height="250" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_01m6xel_di" bpmnElement="Lane_01m6xel" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="117" width="651" height="125" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1idrazh_di" bpmnElement="Lane_1idrazh" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="242" width="651" height="125" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<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_10ntjhr_di" bpmnElement="Activity_0tkbpws">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_11h1a37_di" bpmnElement="Event_11h1a37">
|
||||
<dc:Bounds x="662" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1cpcqsr_di" bpmnElement="Activity_1g81cfy">
|
||||
<dc:Bounds x="410" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0iqiipw_di" bpmnElement="Activity_041w3cp">
|
||||
<dc:Bounds x="530" y="270" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_11h1a37_di" bpmnElement="Event_11h1a37">
|
||||
<dc:Bounds x="712" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0p2xias_di" bpmnElement="Flow_0p2xias">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
|
@ -56,9 +94,16 @@
|
|||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="410" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_08p8n8n_di" bpmnElement="Flow_08p8n8n">
|
||||
<di:waypoint x="510" y="177" />
|
||||
<di:waypoint x="662" y="177" />
|
||||
<bpmndi:BPMNEdge id="Flow_1383d4s_di" bpmnElement="Flow_1383d4s">
|
||||
<di:waypoint x="460" y="217" />
|
||||
<di:waypoint x="460" y="310" />
|
||||
<di:waypoint x="530" y="310" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1seudup_di" bpmnElement="Flow_1seudup">
|
||||
<di:waypoint x="630" y="310" />
|
||||
<di:waypoint x="671" y="310" />
|
||||
<di:waypoint x="671" y="177" />
|
||||
<di:waypoint x="712" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue