mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
User: alex clicked save for shared/user-info/user-info.bpmn
This commit is contained in:
parent
323ac9cb8a
commit
1f6a715fe7
@ -13,7 +13,7 @@
|
|||||||
<bpmn:outgoing>Flow_08nmyrt</bpmn:outgoing>
|
<bpmn:outgoing>Flow_08nmyrt</bpmn:outgoing>
|
||||||
</bpmn:businessRuleTask>
|
</bpmn:businessRuleTask>
|
||||||
<bpmn:endEvent id="Event_0fb034d">
|
<bpmn:endEvent id="Event_0fb034d">
|
||||||
<bpmn:incoming>Flow_1usol5m</bpmn:incoming>
|
<bpmn:incoming>Flow_0fptylq</bpmn:incoming>
|
||||||
</bpmn:endEvent>
|
</bpmn:endEvent>
|
||||||
<bpmn:sequenceFlow id="Flow_08nmyrt" sourceRef="Activity_0v13afu" targetRef="Gateway_0xlrnzx" />
|
<bpmn:sequenceFlow id="Flow_08nmyrt" sourceRef="Activity_0v13afu" targetRef="Gateway_0xlrnzx" />
|
||||||
<bpmn:exclusiveGateway id="Gateway_0xlrnzx" name="Current User?" default="Flow_0i96b90">
|
<bpmn:exclusiveGateway id="Gateway_0xlrnzx" name="Current User?" default="Flow_0i96b90">
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<bpmn:incoming>Flow_1xyb00m</bpmn:incoming>
|
<bpmn:incoming>Flow_1xyb00m</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_1usol5m</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1usol5m</bpmn:outgoing>
|
||||||
</bpmn:exclusiveGateway>
|
</bpmn:exclusiveGateway>
|
||||||
<bpmn:sequenceFlow id="Flow_1usol5m" sourceRef="Gateway_1ifycz3" targetRef="Event_0fb034d" />
|
<bpmn:sequenceFlow id="Flow_1usol5m" sourceRef="Gateway_1ifycz3" targetRef="Activity_1uw66e8" />
|
||||||
<bpmn:sequenceFlow id="Flow_020y0gy" sourceRef="Activity_1a9fimb" targetRef="Gateway_1ifycz3" />
|
<bpmn:sequenceFlow id="Flow_020y0gy" sourceRef="Activity_1a9fimb" targetRef="Gateway_1ifycz3" />
|
||||||
<bpmn:sequenceFlow id="Flow_0d47w7r" name="No" sourceRef="Gateway_0xlrnzx" targetRef="Activity_1gv90o4">
|
<bpmn:sequenceFlow id="Flow_0d47w7r" name="No" sourceRef="Gateway_0xlrnzx" targetRef="Activity_1gv90o4">
|
||||||
<bpmn:conditionExpression>not(isCurrentUser)</bpmn:conditionExpression>
|
<bpmn:conditionExpression>not(isCurrentUser)</bpmn:conditionExpression>
|
||||||
@ -55,6 +55,19 @@ del(userStatusKey)</bpmn:script>
|
|||||||
<bpmn:outgoing>Flow_1xyb00m</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1xyb00m</bpmn:outgoing>
|
||||||
<bpmn:script>test_check = "outside"</bpmn:script>
|
<bpmn:script>test_check = "outside"</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
|
<bpmn:sequenceFlow id="Flow_0fptylq" sourceRef="Activity_1uw66e8" targetRef="Event_0fb034d" />
|
||||||
|
<bpmn:serviceTask id="Activity_1uw66e8" name="Get User Info From Bamboo">
|
||||||
|
<bpmn:extensionElements>
|
||||||
|
<spiffworkflow:serviceTaskOperator id="bamboohr/GetEmployeeInfo" resultVariable="resp_BambooUserInfo">
|
||||||
|
<spiffworkflow:parameters>
|
||||||
|
<spiffworkflow:parameter id="employee_id" type="str" value="userBambooId" />
|
||||||
|
<spiffworkflow:parameter id="fields" type="str" />
|
||||||
|
</spiffworkflow:parameters>
|
||||||
|
</spiffworkflow:serviceTaskOperator>
|
||||||
|
</bpmn:extensionElements>
|
||||||
|
<bpmn:incoming>Flow_1usol5m</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_0fptylq</bpmn:outgoing>
|
||||||
|
</bpmn:serviceTask>
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_User_Info">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_User_Info">
|
||||||
@ -64,9 +77,6 @@ del(userStatusKey)</bpmn:script>
|
|||||||
<bpmndi:BPMNShape id="Activity_0hlcuhi_di" bpmnElement="Activity_0v13afu">
|
<bpmndi:BPMNShape id="Activity_0hlcuhi_di" bpmnElement="Activity_0v13afu">
|
||||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Event_0fb034d_di" bpmnElement="Event_0fb034d">
|
|
||||||
<dc:Bounds x="882" y="159" width="36" height="36" />
|
|
||||||
</bpmndi:BPMNShape>
|
|
||||||
<bpmndi:BPMNShape id="Gateway_0xlrnzx_di" bpmnElement="Gateway_0xlrnzx" isMarkerVisible="true">
|
<bpmndi:BPMNShape id="Gateway_0xlrnzx_di" bpmnElement="Gateway_0xlrnzx" isMarkerVisible="true">
|
||||||
<dc:Bounds x="435" y="152" width="50" height="50" />
|
<dc:Bounds x="435" y="152" width="50" height="50" />
|
||||||
<bpmndi:BPMNLabel>
|
<bpmndi:BPMNLabel>
|
||||||
@ -83,6 +93,12 @@ del(userStatusKey)</bpmn:script>
|
|||||||
<bpmndi:BPMNShape id="Activity_1082hn5_di" bpmnElement="Activity_1gv90o4">
|
<bpmndi:BPMNShape id="Activity_1082hn5_di" bpmnElement="Activity_1gv90o4">
|
||||||
<dc:Bounds x="500" y="10" width="100" height="80" />
|
<dc:Bounds x="500" y="10" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Event_0fb034d_di" bpmnElement="Event_0fb034d">
|
||||||
|
<dc:Bounds x="1102" y="159" width="36" height="36" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Activity_0nftxgp_di" bpmnElement="Activity_1uw66e8">
|
||||||
|
<dc:Bounds x="900" y="137" width="100" height="80" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNEdge id="Flow_1q8xtg6_di" bpmnElement="Flow_1q8xtg6">
|
<bpmndi:BPMNEdge id="Flow_1q8xtg6_di" bpmnElement="Flow_1q8xtg6">
|
||||||
<di:waypoint x="215" y="177" />
|
<di:waypoint x="215" y="177" />
|
||||||
<di:waypoint x="270" y="177" />
|
<di:waypoint x="270" y="177" />
|
||||||
@ -100,7 +116,7 @@ del(userStatusKey)</bpmn:script>
|
|||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
<bpmndi:BPMNEdge id="Flow_1usol5m_di" bpmnElement="Flow_1usol5m">
|
<bpmndi:BPMNEdge id="Flow_1usol5m_di" bpmnElement="Flow_1usol5m">
|
||||||
<di:waypoint x="815" y="177" />
|
<di:waypoint x="815" y="177" />
|
||||||
<di:waypoint x="882" y="177" />
|
<di:waypoint x="900" y="177" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
<bpmndi:BPMNEdge id="Flow_020y0gy_di" bpmnElement="Flow_020y0gy">
|
<bpmndi:BPMNEdge id="Flow_020y0gy_di" bpmnElement="Flow_020y0gy">
|
||||||
<di:waypoint x="670" y="177" />
|
<di:waypoint x="670" y="177" />
|
||||||
@ -111,7 +127,7 @@ del(userStatusKey)</bpmn:script>
|
|||||||
<di:waypoint x="460" y="50" />
|
<di:waypoint x="460" y="50" />
|
||||||
<di:waypoint x="500" y="50" />
|
<di:waypoint x="500" y="50" />
|
||||||
<bpmndi:BPMNLabel>
|
<bpmndi:BPMNLabel>
|
||||||
<dc:Bounds x="568" y="32" width="15" height="14" />
|
<dc:Bounds x="632" y="32" width="15" height="14" />
|
||||||
</bpmndi:BPMNLabel>
|
</bpmndi:BPMNLabel>
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
<bpmndi:BPMNEdge id="Flow_1xyb00m_di" bpmnElement="Flow_1xyb00m">
|
<bpmndi:BPMNEdge id="Flow_1xyb00m_di" bpmnElement="Flow_1xyb00m">
|
||||||
@ -119,6 +135,10 @@ del(userStatusKey)</bpmn:script>
|
|||||||
<di:waypoint x="790" y="50" />
|
<di:waypoint x="790" y="50" />
|
||||||
<di:waypoint x="790" y="152" />
|
<di:waypoint x="790" y="152" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_0fptylq_di" bpmnElement="Flow_0fptylq">
|
||||||
|
<di:waypoint x="1000" y="177" />
|
||||||
|
<di:waypoint x="1102" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
</bpmndi:BPMNPlane>
|
</bpmndi:BPMNPlane>
|
||||||
</bpmndi:BPMNDiagram>
|
</bpmndi:BPMNDiagram>
|
||||||
</bpmn:definitions>
|
</bpmn:definitions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user