User: alex@sartography.com clicked save for misc/category_number_one/multiple-approvals/multi-approvals-1.bpmn
This commit is contained in:
parent
cc540b4534
commit
bd81c95365
|
@ -19,16 +19,19 @@
|
|||
<bpmn:flowNodeRef>Activity_02qvs11</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0np7jlr</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0jup8rs</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_0cvlh16</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_17f7tdl" name="Approver2">
|
||||
<bpmn:flowNodeRef>Activity_0649vw3</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_02y3rqp</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_092hc6t</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_0vza3va</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1ct0nzy" name="Approver3">
|
||||
<bpmn:flowNodeRef>Activity_1vdzcey</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0ht3rzf</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0t2z9gc</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1mqikfu</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
</bpmn:laneSet>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
|
@ -47,6 +50,9 @@
|
|||
<bpmn:scriptTask id="Activity_1j9ksd0" name="Set Variables & Lanes">
|
||||
<bpmn:incoming>Flow_00a8mkg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11tuj8a</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_069vd52">
|
||||
<bpmn:targetRef>DataObjectReference_1t4ej9y</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
<bpmn:script>is_approver1_approval = False
|
||||
is_approver2_approval = False
|
||||
is_approver3_approval = False
|
||||
|
@ -77,6 +83,7 @@ lane_owners = {
|
|||
</bpmn:manualTask>
|
||||
<bpmn:scriptTask id="Activity_0np7jlr" name="Set Core Approval">
|
||||
<bpmn:incoming>Flow_0lsgj5x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1crkrzw</bpmn:outgoing>
|
||||
<bpmn:script>is_approver1_approval = True
|
||||
approval_cnt = approval_cnt + 1</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
|
@ -86,6 +93,7 @@ approval_cnt = approval_cnt + 1</bpmn:script>
|
|||
</bpmn:manualTask>
|
||||
<bpmn:scriptTask id="Activity_0ht3rzf" name="Set Lead Approval">
|
||||
<bpmn:incoming>Flow_069391w</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_00akfhi</bpmn:outgoing>
|
||||
<bpmn:script>is_approver3_approval = True
|
||||
approval_cnt = approval_cnt + 1</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
|
@ -95,17 +103,21 @@ approval_cnt = approval_cnt + 1</bpmn:script>
|
|||
</bpmn:manualTask>
|
||||
<bpmn:scriptTask id="Activity_02y3rqp" name="Set Fin Approval">
|
||||
<bpmn:incoming>Flow_1ps311c</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0c7ey0f</bpmn:outgoing>
|
||||
<bpmn:script>is_approver2_approval = True
|
||||
approval_cnt = approval_cnt + 1</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:boundaryEvent id="Event_0jup8rs" attachedToRef="Activity_02qvs11">
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_1yyjjun" signalRef="Signal_352nsp4" />
|
||||
<bpmn:outgoing>Flow_09u1ht0</bpmn:outgoing>
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_1yyjjun" signalRef="Signal_0obospb" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:boundaryEvent id="Event_092hc6t" attachedToRef="Activity_0649vw3">
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_0xe9gm2" signalRef="Signal_2uo4te4" />
|
||||
<bpmn:outgoing>Flow_1i7dm9k</bpmn:outgoing>
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_0xe9gm2" signalRef="Signal_0obospb" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:boundaryEvent id="Event_0t2z9gc" attachedToRef="Activity_1vdzcey">
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_14trtng" signalRef="Signal_301r46t" />
|
||||
<bpmn:outgoing>Flow_1cmqfcg</bpmn:outgoing>
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_14trtng" signalRef="Signal_0obospb" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:endEvent id="Event_1or7z59">
|
||||
<bpmn:incoming>Flow_1199vyt</bpmn:incoming>
|
||||
|
@ -186,10 +198,32 @@ Lead: {{ lead_approval }}</spiffworkflow:instructionsForEndUser>
|
|||
<bpmn:sequenceFlow id="Flow_00hosc8" sourceRef="Gateway_14c24uk" targetRef="Event_1i5drji" />
|
||||
<bpmn:sequenceFlow id="Flow_1pncemh" name="No" sourceRef="Gateway_1f8ctyu" targetRef="Gateway_14c24uk" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:dataObject id="approval_cnt" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1t4ej9y" name="Approval Cnt" dataObjectRef="approval_cnt" />
|
||||
<bpmn:dataObject id="approval_cnt" />
|
||||
<bpmn:exclusiveGateway id="Gateway_0cvlh16">
|
||||
<bpmn:incoming>Flow_1crkrzw</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_09u1ht0</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1crkrzw" sourceRef="Activity_0np7jlr" targetRef="Gateway_0cvlh16" />
|
||||
<bpmn:sequenceFlow id="Flow_09u1ht0" sourceRef="Event_0jup8rs" targetRef="Gateway_0cvlh16" />
|
||||
<bpmn:exclusiveGateway id="Gateway_0vza3va">
|
||||
<bpmn:incoming>Flow_0c7ey0f</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1i7dm9k</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0c7ey0f" sourceRef="Activity_02y3rqp" targetRef="Gateway_0vza3va" />
|
||||
<bpmn:sequenceFlow id="Flow_1i7dm9k" sourceRef="Event_092hc6t" targetRef="Gateway_0vza3va" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1mqikfu">
|
||||
<bpmn:incoming>Flow_00akfhi</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1cmqfcg</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_00akfhi" sourceRef="Activity_0ht3rzf" targetRef="Gateway_1mqikfu" />
|
||||
<bpmn:sequenceFlow id="Flow_1cmqfcg" sourceRef="Event_0t2z9gc" targetRef="Gateway_1mqikfu" />
|
||||
</bpmn:process>
|
||||
<bpmn:signal id="Signal_352nsp4" name="Approver-1" />
|
||||
<bpmn:signal id="Signal_2uo4te4" name="Approver-2" />
|
||||
<bpmn:signal id="Signal_301r46t" name="Approver-3" />
|
||||
<bpmn:signal id="Signal_0obospb" name="Cancel" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_059pfn3">
|
||||
<bpmndi:BPMNShape id="Participant_0pgewn4_di" bpmnElement="Participant_0pgewn4" isHorizontal="true">
|
||||
|
@ -255,6 +289,21 @@ Lead: {{ lead_approval }}</spiffworkflow:instructionsForEndUser>
|
|||
<bpmndi:BPMNShape id="Gateway_16m9sys_di" bpmnElement="Gateway_16bj0wn">
|
||||
<dc:Bounds x="945" y="182" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1t4ej9y_di" bpmnElement="DataObjectReference_1t4ej9y">
|
||||
<dc:Bounds x="172" y="285" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="158" y="342" width="64" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0cvlh16_di" bpmnElement="Gateway_0cvlh16" isMarkerVisible="true">
|
||||
<dc:Bounds x="805" y="447" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0vza3va_di" bpmnElement="Gateway_0vza3va" isMarkerVisible="true">
|
||||
<dc:Bounds x="805" y="635" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1mqikfu_di" bpmnElement="Gateway_1mqikfu" isMarkerVisible="true">
|
||||
<dc:Bounds x="805" y="855" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_13w11r6_di" bpmnElement="Activity_1lb5cfz">
|
||||
<dc:Bounds x="780" y="167" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -315,6 +364,40 @@ Lead: {{ lead_approval }}</spiffworkflow:instructionsForEndUser>
|
|||
<di:waypoint x="1150" y="207" />
|
||||
<di:waypoint x="1202" y="207" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1crkrzw_di" bpmnElement="Flow_1crkrzw">
|
||||
<di:waypoint x="770" y="472" />
|
||||
<di:waypoint x="805" y="472" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09u1ht0_di" bpmnElement="Flow_09u1ht0">
|
||||
<di:waypoint x="610" y="530" />
|
||||
<di:waypoint x="610" y="550" />
|
||||
<di:waypoint x="830" y="550" />
|
||||
<di:waypoint x="830" y="497" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0c7ey0f_di" bpmnElement="Flow_0c7ey0f">
|
||||
<di:waypoint x="770" y="660" />
|
||||
<di:waypoint x="805" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1i7dm9k_di" bpmnElement="Flow_1i7dm9k">
|
||||
<di:waypoint x="610" y="718" />
|
||||
<di:waypoint x="610" y="738" />
|
||||
<di:waypoint x="830" y="738" />
|
||||
<di:waypoint x="830" y="685" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_00akfhi_di" bpmnElement="Flow_00akfhi">
|
||||
<di:waypoint x="770" y="880" />
|
||||
<di:waypoint x="805" y="880" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1cmqfcg_di" bpmnElement="Flow_1cmqfcg">
|
||||
<di:waypoint x="610" y="938" />
|
||||
<di:waypoint x="610" y="958" />
|
||||
<di:waypoint x="830" y="958" />
|
||||
<di:waypoint x="830" y="905" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_069vd52_di" bpmnElement="DataOutputAssociation_069vd52">
|
||||
<di:waypoint x="189" y="247" />
|
||||
<di:waypoint x="188" y="285" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_11w3dhg">
|
||||
|
|
Loading…
Reference in New Issue