User: natalia clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
46f1c4eb82
commit
3b1c2cd72e
|
@ -865,6 +865,9 @@ addNew = False</spiffworkflow:preScript>
|
|||
<bpmn:dataObjectReference id="DataObjectReference_05liqvr" name="resp_BambooUserInfo" dataObjectRef="resp_BambooUserInfo" />
|
||||
<bpmn:sequenceFlow id="Flow_0cplnjf" sourceRef="Activity_0o7sdta" targetRef="Activity_06b32ar" />
|
||||
<bpmn:manualTask id="Activity_0o7sdta" name="Temp Invoice Info">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>Submitted by: {{ invoice.contributorName }}<br> Contributor Id: {{ invoice.contributorId }}<br> Invoice Id: {{ invoice.invoiceId }} Invoice Amount: {{ invoice.invoiceAmount }} Select Currency: {{ invoice.invoiceCurrency }} Due Date: {{ invoice.dueDate }} Project Lead Comments: {{ invoice.commentsProjectLead }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0lfqk0y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0cplnjf</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
|
@ -913,9 +916,6 @@ addNew = False</spiffworkflow:preScript>
|
|||
<dc:Bounds x="1340" y="557" width="60" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0y6r72x_di" bpmnElement="Activity_0o7sdta">
|
||||
<dc:Bounds x="2990" y="670" width="100" height="80" />
|
||||
</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 />
|
||||
|
@ -1103,6 +1103,9 @@ addNew = False</spiffworkflow:preScript>
|
|||
<dc:Bounds x="566" y="398" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0y6r72x_di" bpmnElement="Activity_0o7sdta">
|
||||
<dc:Bounds x="2990" y="670" width="100" height="80" />
|
||||
</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