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-31 15:13:27 +00:00
parent 02abcd795f
commit d73f98280d
1 changed files with 48 additions and 2 deletions

View File

@ -750,7 +750,30 @@ task_id = "waku_notify_finance"
# Set Message should not be set
isSetMessage = True
isInvoiceApproved = ""</spiffworkflow:preScript>
isInvoiceApproved = ""
try:
is_format
except NameError:
is_format = False
try:
time_zone
except NameError:
time_zone = "Asia/Dubai"
try:
date_format
except NameError:
date_format = "YMD"
try:
time_format
except NameError:
if is_format:
time_format = "24"
else:
time_format = "12"</spiffworkflow:preScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_11zkgke</bpmn:incoming>
<bpmn:outgoing>Flow_0n3djvs</bpmn:outgoing>
@ -777,7 +800,30 @@ task_id = "waku_notify_finance"
# Set Message should not be set
isSetMessage = True
isInvoiceApproved = ""</bpmn:script>
isInvoiceApproved = ""
try:
is_format
except NameError:
is_format = False
try:
time_zone
except NameError:
time_zone = "Asia/Dubai"
try:
date_format
except NameError:
date_format = "YMD"
try:
time_format
except NameError:
if is_format:
time_format = "24"
else:
time_format = "12"</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_0n3djvs" sourceRef="Activity_1wqf9dm" targetRef="Activity_0ez288q" />
<bpmn:sequenceFlow id="Flow_0lr2fpj" sourceRef="Activity_0ez288q" targetRef="Event_0czwuqb" />