User: dan clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
8d2e79e5b0
commit
d0d305ec36
|
@ -1039,8 +1039,6 @@ isCurTest = False</spiffworkflow:preScript>
|
|||
<bpmn:incoming>Flow_1x4rtop</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_06amgv2</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_05liqvr" name="resp_BambooUserInfo" dataObjectRef="resp_BambooUserInfo" />
|
||||
<bpmn:dataObject id="resp_BambooUserInfo" />
|
||||
<bpmn:scriptTask id="Activity_0twki30" name="Clear Field(s) That Failed Validation">
|
||||
<bpmn:incoming>Flow_18cic3h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1pefcgv</bpmn:outgoing>
|
||||
|
@ -1056,6 +1054,8 @@ if svc_decimal_cnt > 2:
|
|||
if not(svc_is_due_date_after):
|
||||
invoice["dueDate"] = None</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_05liqvr" name="resp_BambooUserInfo" dataObjectRef="resp_BambooUserInfo" />
|
||||
<bpmn:dataObject id="resp_BambooUserInfo" />
|
||||
</bpmn:process>
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_c" isExecutable="false" />
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_d" isExecutable="false" />
|
||||
|
@ -1101,6 +1101,12 @@ if not(svc_is_due_date_after):
|
|||
<dc:Bounds x="1520" y="567" width="60" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_05liqvr_di" bpmnElement="DataObjectReference_05liqvr">
|
||||
<dc:Bounds x="632" y="365" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="606" y="418" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z13hw3_di" bpmnElement="SubProcess_Data_validation_rules">
|
||||
<dc:Bounds x="1350" y="492" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1320,12 +1326,6 @@ if not(svc_is_due_date_after):
|
|||
<dc:Bounds x="1660" y="492" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_05liqvr_di" bpmnElement="DataObjectReference_05liqvr">
|
||||
<dc:Bounds x="622" y="345" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="596" y="398" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_14mudmu_di" bpmnElement="Activity_0twki30">
|
||||
<dc:Bounds x="1190" y="330" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -1595,8 +1595,8 @@ if not(svc_is_due_date_after):
|
|||
<di:waypoint x="1441" y="655" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0buh48w_di" bpmnElement="DataOutputAssociation_0buh48w">
|
||||
<di:waypoint x="580" y="490" />
|
||||
<di:waypoint x="626" y="395" />
|
||||
<di:waypoint x="586" y="490" />
|
||||
<di:waypoint x="632" y="415" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_076hmxy_di" bpmnElement="DataOutputAssociation_076hmxy">
|
||||
<di:waypoint x="4821" y="570" />
|
||||
|
|
Loading…
Reference in New Issue