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
98df7d6a83
commit
e168662a6a
|
@ -497,7 +497,6 @@ annual_salary = float(annual_salary_str)
|
|||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript># Set Waku message variables
|
||||
task_id = "waku_notify_project_lead"
|
||||
timezone = project_lead_info["time_zone"]
|
||||
isSetMessage = True</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0t3n7bd</bpmn:incoming>
|
||||
|
@ -516,6 +515,9 @@ project_lead_info["time_zone"] = userTimeZone
|
|||
# project_lead_info["team_lead_username"] = userProjectLeadUsername
|
||||
project_lead_info["status_key"] = userStatusKey
|
||||
|
||||
# Move to pre-script of Waku Message
|
||||
timezone = project_lead_info["time_zone"]
|
||||
|
||||
del(userFullName)
|
||||
del(userFirstName)
|
||||
del(userEmail)
|
||||
|
|
Loading…
Reference in New Issue