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-11-14 20:34:44 +00:00
parent b9cbc708f2
commit 2e69787321
1 changed files with 2 additions and 1 deletions

View File

@ -898,7 +898,8 @@ invoice.invoiceStatus = "Approved and Pending Payment"</spiffworkflow:preScript>
<bpmn:callActivity id="Get_Waku_Messages_Message" name="Get Waku Messages: Message" calledElement="Waku_Messages_Message">
<bpmn:extensionElements>
<spiffworkflow:preScript># Check if there are Project Lead and/or Finance comments
len_project_lead_comments = len(invoice[""])
len_project_lead_comments = len(invoice["commentsProjectLead"])
len_finance_comments = len(invoice["commentsFinance"])
if isMatch:
task_id = "waku_payment_pending_ismatch"