mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-21 20:28:15 +00:00
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
19e6907953
commit
3e1ed8672e
@ -556,8 +556,12 @@ __________________________________________________________________________
|
|||||||
<bpmn:callActivity id="Activity_0eh4so1" name="Call Waku Messages: Message" calledElement="Waku_Messages_Message">
|
<bpmn:callActivity id="Activity_0eh4so1" name="Call Waku Messages: Message" calledElement="Waku_Messages_Message">
|
||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
<spiffworkflow:preScript># Check if there are Project Lead and/or Finance comments
|
<spiffworkflow:preScript># Check if there are Project Lead and/or Finance comments
|
||||||
len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
|
is isMatch:
|
||||||
len_finance_comments = len(invoice["commentsFinance"].strip())
|
len_finance_comments = len(invoice["commentsFinance"].strip())
|
||||||
|
len_project_lead_comments = 0
|
||||||
|
else:
|
||||||
|
len_finance_comments = len(invoice["commentsFinance"].strip())
|
||||||
|
len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
|
||||||
|
|
||||||
# Set which message
|
# Set which message
|
||||||
if isApprovalTimer:
|
if isApprovalTimer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user