User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
38ddd575f0
commit
cbe115cf52
|
@ -479,24 +479,14 @@ isCurrentUser = True</spiffworkflow:preScript>
|
|||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript>find_user = current_user_extras["team_lead_username"]
|
||||
isCurrentUser = False</spiffworkflow:preScript>
|
||||
<spiffworkflow:postScript># Set Team Lead Info
|
||||
team_lead_info = {}
|
||||
team_lead_info["full_name"] = userFullName
|
||||
team_lead_info["first_name"] = userFirstName
|
||||
team_lead_info["email"] = userEmail
|
||||
team_lead_info["team_lead_username"] = userTeamLeadUsername
|
||||
team_lead_info["status_key"] = userStatusKey
|
||||
|
||||
del(userFullName)
|
||||
del(userFirstName)
|
||||
del(userEmail)
|
||||
# del(userTeamLeadUsername)
|
||||
del(userStatusKey)</spiffworkflow:postScript>
|
||||
<spiffworkflow:postScript />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0idsdf0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0kt63rn</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:scriptTask id="Activity_0lmpdui" name="Set Team Lead Info" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_0kt63rn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0q4n2vb</bpmn:outgoing>
|
||||
<bpmn:script># Set Team Lead Info
|
||||
team_lead_info = {}
|
||||
team_lead_info["full_name"] = userFullName
|
||||
|
@ -522,10 +512,11 @@ del(userStatusKey)</bpmn:script>
|
|||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0kt63rn</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0q4n2vb</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1cynsak</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_0kt63rn" sourceRef="Activity_00b66gy" targetRef="Activity_1ve0iqu" />
|
||||
<bpmn:sequenceFlow id="Flow_0kt63rn" sourceRef="Activity_00b66gy" targetRef="Activity_0lmpdui" />
|
||||
<bpmn:sequenceFlow id="Flow_0q4n2vb" sourceRef="Activity_0lmpdui" targetRef="Activity_1ve0iqu" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_1n239ad" sourceRef="Activity_0cfvsk7" targetRef="Event_15y55nw" />
|
||||
<bpmn:sequenceFlow id="Flow_04ccp12" sourceRef="Event_0m3ri6v" targetRef="Activity_1lq96cy" />
|
||||
|
@ -1198,13 +1189,13 @@ del(userStatusKey)</bpmn:script>
|
|||
<dc:Bounds x="250" y="380" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z9h5bp_di" bpmnElement="Activity_0lmpdui">
|
||||
<dc:Bounds x="440" y="550" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0s32al0_di" bpmnElement="Activity_1ve0iqu">
|
||||
<dc:Bounds x="610" y="380" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z9h5bp_di" bpmnElement="Activity_0lmpdui">
|
||||
<dc:Bounds x="430" y="380" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1am9jcz_di" bpmnElement="Flow_1am9jcz">
|
||||
<di:waypoint x="295" y="240" />
|
||||
<di:waypoint x="360" y="240" />
|
||||
|
@ -1233,6 +1224,10 @@ del(userStatusKey)</bpmn:script>
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0kt63rn_di" bpmnElement="Flow_0kt63rn">
|
||||
<di:waypoint x="350" y="420" />
|
||||
<di:waypoint x="430" y="420" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0q4n2vb_di" bpmnElement="Flow_0q4n2vb">
|
||||
<di:waypoint x="530" y="420" />
|
||||
<di:waypoint x="610" y="420" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
|
|
Loading…
Reference in New Issue