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 12:58:25 +00:00
parent f9bca64e78
commit e40df2e626
1 changed files with 10 additions and 1 deletions

View File

@ -488,7 +488,16 @@ isCurrentUser = False</spiffworkflow:preScript>
<bpmn:extensionElements>
<spiffworkflow:preScript># Set Waku message variables
task_id = "waku_notify_project_lead"
isSetMessage = True</spiffworkflow:preScript>
isSetMessage = True
# Set Time Zone
time_zone = project_lead_info["time_zone"]
# Set Time Format
time_format = project_lead_info["time_format"]
# Set Date Format
time_format = project_lead_info["date_format"]</spiffworkflow:preScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0t3n7bd</bpmn:incoming>
<bpmn:outgoing>Flow_0re50gq</bpmn:outgoing>