User: dan clicked save for service-tests/dyamodb-invoice-test/add_record.bpmn
This commit is contained in:
parent
a3948aad03
commit
932a6ba1ab
|
@ -33,7 +33,7 @@
|
|||
</bpmn:scriptTask>
|
||||
<bpmn:serviceTask id="Activity_14fy1ti" name="Save Record">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="aws/AddDynamoItem">
|
||||
<spiffworkflow:serviceTaskOperator id="aws/AddDynamoItem" resultVariable="'response'">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="item_data" type="str" value="{ "ContributorName": invoice.contributorName, "ContributorId": invoice.contributorId, "InvoiceId": invoice.invoiceId, "InvoiceAmount": invoice.invoiceAmount, "InvoiceCurrency": invoice.invoiceCurrency, "DueDate": invoice.dueDate }" />
|
||||
<spiffworkflow:parameter id="table_name" type="str" value="'Invoice'" />
|
||||
|
@ -57,7 +57,7 @@
|
|||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0nbdq9m_di" bpmnElement="Activity_14fy1ti">
|
||||
<dc:Bounds x="370" y="160" width="100" height="80" />
|
||||
<dc:Bounds x="370" y="170" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0vkhjsx_di" bpmnElement="Flow_0vkhjsx">
|
||||
|
@ -66,10 +66,14 @@
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_18da78l_di" bpmnElement="Flow_18da78l">
|
||||
<di:waypoint x="310" y="200" />
|
||||
<di:waypoint x="370" y="200" />
|
||||
<di:waypoint x="340" y="200" />
|
||||
<di:waypoint x="340" y="210" />
|
||||
<di:waypoint x="370" y="210" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0cklxrl_di" bpmnElement="Flow_0cklxrl">
|
||||
<di:waypoint x="470" y="200" />
|
||||
<di:waypoint x="470" y="210" />
|
||||
<di:waypoint x="501" y="210" />
|
||||
<di:waypoint x="501" y="200" />
|
||||
<di:waypoint x="532" y="200" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
|
|
Loading…
Reference in New Issue