User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-10-28 03:41:19 +00:00
parent 98df7d6a83
commit e168662a6a
1 changed files with 3 additions and 1 deletions

View File

@ -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)