User: alex clicked save for shared/user-info/user-info.bpmn
This commit is contained in:
parent
c160dcba65
commit
8c8448f4d5
|
@ -32,7 +32,7 @@
|
|||
<bpmn:sequenceFlow id="Flow_0d47w7r" name="No" sourceRef="Gateway_0xlrnzx" targetRef="Activity_1gv90o4">
|
||||
<bpmn:conditionExpression>not(isCurrentUser)</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:scriptTask id="Activity_1a9fimb" name="Update Current User" scriptFormat="python">
|
||||
<bpmn:scriptTask id="Activity_1a9fimb" name="Update Current User Extras" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_0i96b90</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_020y0gy</bpmn:outgoing>
|
||||
<bpmn:script># Update Current User Extras
|
||||
|
@ -46,7 +46,7 @@ current_user_extras["status_key"] = userStatusKey
|
|||
del(userFullName)
|
||||
del (userFirstName)
|
||||
del(userEmail)
|
||||
del(userTeamLead)
|
||||
del(userTeamLeadUsername)
|
||||
del(userStatusKey)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1xyb00m" sourceRef="Activity_1gv90o4" targetRef="Gateway_1ifycz3" />
|
||||
|
|
Loading…
Reference in New Issue