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-01 00:03:20 +00:00
parent 5198ce013c
commit 8175881881
1 changed files with 12 additions and 2 deletions

View File

@ -369,7 +369,12 @@ time_format = current_user_extras["date_format"]</spiffworkflow:preScript>
<spiffworkflow:postScript />
<spiffworkflow:preScript># Set Timer Check
isApprovalTimer = False</spiffworkflow:preScript>
<spiffworkflow:instructionsForEndUser>{{ user_instructions }}</spiffworkflow:instructionsForEndUser>
<spiffworkflow:instructionsForEndUser>Submitted by: {{ invoice.contributorName }}
Submiiter Id: {{ invoice.contributorId }}
Invoice Id: {{ invoice.invoiceId }}
Amount: {{ invoice.invoiceAmount }}
Currency: {{ invoice.invoiceCurrency }}
Due Date: {{ invoice.dueDate}} </spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0lfqk0y</bpmn:incoming>
<bpmn:outgoing>Flow_0yvmfqu</bpmn:outgoing>
@ -381,7 +386,12 @@ isApprovalTimer = False</spiffworkflow:preScript>
<spiffworkflow:property name="formUiSchemaFilename" value="invoice-approval_UISchema.json" />
</spiffworkflow:properties>
<spiffworkflow:postScript />
<spiffworkflow:instructionsForEndUser>{% include 'user_instructions' %}</spiffworkflow:instructionsForEndUser>
<spiffworkflow:instructionsForEndUser>Submitted by: {{ invoice.contributorName }}
Submiiter Id: {{ invoice.contributorId }}
Invoice Id: {{ invoice.invoiceId }}
Amount: {{ invoice.invoiceAmount }}
Currency: {{ invoice.invoiceCurrency }}
Due Date: {{ invoice.dueDate}} </spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ds4s8o</bpmn:incoming>
<bpmn:outgoing>Flow_09wwily</bpmn:outgoing>