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
ed1a5d601c
commit
64271a5179
|
@ -373,6 +373,7 @@ isApprovalTimer = False</spiffworkflow:preScript>
|
|||
_**Submiiter Id:**_ {{ invoice.contributorId }}
|
||||
_**Invoice Id:**_ {{ invoice.invoiceId }}
|
||||
_**Amount:**_ {{ invoice.invoiceAmount_str }}
|
||||
_**Submitted on:**_ {{ invoiceDate }}
|
||||
_**Due Date:**_ {{ invoice.dueDate}} </spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0lfqk0y</bpmn:incoming>
|
||||
|
@ -968,12 +969,6 @@ if not(svc_is_due_date_after):
|
|||
<dc:Bounds x="1340" y="557" width="60" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1ykzuco_di" bpmnElement="DataObjectReference_1ykzuco">
|
||||
<dc:Bounds x="2422" y="335" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2396" y="388" width="87" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z13hw3_di" bpmnElement="SubProcess_Data_validation_rules">
|
||||
<dc:Bounds x="1170" y="482" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1158,6 +1153,12 @@ if not(svc_is_due_date_after):
|
|||
<bpmndi:BPMNShape id="Activity_14mudmu_di" bpmnElement="Activity_0twki30">
|
||||
<dc:Bounds x="985" y="320" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1ykzuco_di" bpmnElement="DataObjectReference_1ykzuco">
|
||||
<dc:Bounds x="2422" y="335" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2396" y="388" width="87" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_08bsj2m_di" bpmnElement="Event_09q0ym0">
|
||||
<dc:Bounds x="3052" y="882" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
|
|
Loading…
Reference in New Issue