mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
User: alex@sartography.com clicked save for misc/user-info/user-info.bpmn
This commit is contained in:
parent
5e472a6b19
commit
a66e3e8fa0
@ -69,19 +69,10 @@ del(userTimeFormat)</bpmn:script>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0byohhl">
|
||||
<bpmn:incoming>Flow_0d47w7r</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_18ri6tq</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0dg341m</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1gd83n0</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1gd83n0" sourceRef="Gateway_0byohhl" targetRef="Event_0fb034d" />
|
||||
<bpmn:sequenceFlow id="Flow_18ri6tq" sourceRef="Activity_1y04pbx" targetRef="Gateway_0byohhl" />
|
||||
<bpmn:scriptTask id="Activity_1y04pbx" name="Add Bamboo Info to Extras">
|
||||
<bpmn:incoming>Flow_0dg341m</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_18ri6tq</bpmn:outgoing>
|
||||
<bpmn:script># Add Bamboo Info to Extras
|
||||
current_user_extras["bamboo_supervisor_api_id"] = resp_BambooUserInfo["supervisorEid"]
|
||||
current_user_extras["bamboo_supervisor_email"] = userBambooId = resp_BambooUserInfo["supervisorEmail"]
|
||||
current_user_extras["bamboo_supervisor_status_id"] = userBambooId = resp_BambooUserInfo["supervisorId"]</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_05s4pvl" sourceRef="Activity_1fkr6s9" targetRef="Activity_0v13afu" />
|
||||
<bpmn:scriptTask id="Activity_1fkr6s9" name="Set Defaults">
|
||||
<bpmn:incoming>Flow_1q8xtg6</bpmn:incoming>
|
||||
@ -103,7 +94,7 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0sypyzb" name="Yes" sourceRef="Gateway_19npvp5" targetRef="Activity_1uw66e8" />
|
||||
<bpmn:sequenceFlow id="Flow_12fb3ir" sourceRef="Activity_1uw66e8" targetRef="Gateway_0xlrnzx" />
|
||||
<bpmn:sequenceFlow id="Flow_0dg341m" sourceRef="Activity_1a9fimb" targetRef="Activity_1y04pbx" />
|
||||
<bpmn:sequenceFlow id="Flow_0dg341m" sourceRef="Activity_1a9fimb" targetRef="Gateway_0byohhl" />
|
||||
<bpmn:sequenceFlow id="Flow_1mplhly" name="No" sourceRef="Gateway_19npvp5" targetRef="Gateway_0xlrnzx">
|
||||
<bpmn:conditionExpression>not(is_status_email)</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
@ -116,9 +107,6 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
<bpmndi:BPMNShape id="Activity_0hlcuhi_di" bpmnElement="Activity_0v13afu">
|
||||
<dc:Bounds x="270" y="187" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0fb034d_di" bpmnElement="Event_0fb034d">
|
||||
<dc:Bounds x="1392" y="209" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0xlrnzx_di" bpmnElement="Gateway_0xlrnzx" isMarkerVisible="true">
|
||||
<dc:Bounds x="765" y="202" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
@ -132,12 +120,6 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
<bpmndi:BPMNShape id="Activity_0nftxgp_di" bpmnElement="Activity_1uw66e8">
|
||||
<dc:Bounds x="580" y="187" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0byohhl_di" bpmnElement="Gateway_0byohhl" isMarkerVisible="true">
|
||||
<dc:Bounds x="1245" y="202" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0xiz5vq_di" bpmnElement="Activity_1y04pbx">
|
||||
<dc:Bounds x="1070" y="187" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1azbkzp_di" bpmnElement="Activity_1fkr6s9">
|
||||
<dc:Bounds x="100" y="187" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
@ -147,6 +129,12 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
<dc:Bounds x="437" y="172" width="68" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0fb034d_di" bpmnElement="Event_0fb034d">
|
||||
<dc:Bounds x="1232" y="209" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0byohhl_di" bpmnElement="Gateway_0byohhl" isMarkerVisible="true">
|
||||
<dc:Bounds x="1085" y="202" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1q8xtg6_di" bpmnElement="Flow_1q8xtg6">
|
||||
<di:waypoint x="38" y="227" />
|
||||
<di:waypoint x="100" y="227" />
|
||||
@ -165,19 +153,15 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
<bpmndi:BPMNEdge id="Flow_0d47w7r_di" bpmnElement="Flow_0d47w7r">
|
||||
<di:waypoint x="790" y="202" />
|
||||
<di:waypoint x="790" y="110" />
|
||||
<di:waypoint x="1270" y="110" />
|
||||
<di:waypoint x="1270" y="202" />
|
||||
<di:waypoint x="1110" y="110" />
|
||||
<di:waypoint x="1110" y="202" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1135" y="83" width="15" height="14" />
|
||||
<dc:Bounds x="942" y="83" width="15" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1gd83n0_di" bpmnElement="Flow_1gd83n0">
|
||||
<di:waypoint x="1295" y="227" />
|
||||
<di:waypoint x="1392" y="227" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_18ri6tq_di" bpmnElement="Flow_18ri6tq">
|
||||
<di:waypoint x="1170" y="227" />
|
||||
<di:waypoint x="1245" y="227" />
|
||||
<di:waypoint x="1135" y="227" />
|
||||
<di:waypoint x="1232" y="227" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_05s4pvl_di" bpmnElement="Flow_05s4pvl">
|
||||
<di:waypoint x="200" y="227" />
|
||||
@ -205,7 +189,7 @@ is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0dg341m_di" bpmnElement="Flow_0dg341m">
|
||||
<di:waypoint x="1000" y="227" />
|
||||
<di:waypoint x="1070" y="227" />
|
||||
<di:waypoint x="1085" y="227" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
Loading…
x
Reference in New Issue
Block a user