User: alex@sartography.com clicked save for misc/service-tests/get-external-data/get-external-data.bpmn
This commit is contained in:
parent
401f790358
commit
e382260b3f
|
@ -47,7 +47,7 @@
|
|||
<bpmn:scriptTask id="Activity_0hlao5k" name="Set Currency Enum List">
|
||||
<bpmn:incoming>Flow_0jcgsio</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_04yq3ih</bpmn:outgoing>
|
||||
<bpmn:script>currency_enum_list = [{"label": f"{x['Description']} ({x['Code']})", "value": x["Code"]} for x in my_var["resp_XeroCurrencies"]["Currencies"]]
|
||||
<bpmn:script>currency_enum_list = [{"label": f"{x['Description']} ({x['Code']})", "value": x["Code"]} for x in resp_XeroCurrencies["Currencies"]]
|
||||
|
||||
|
||||
currency_enum_list_x = [
|
||||
|
@ -120,6 +120,9 @@ currency_enum_list_x = [
|
|||
<bpmndi:BPMNShape id="Gateway_1q5un0k_di" bpmnElement="Gateway_1q5un0k" isMarkerVisible="true">
|
||||
<dc:Bounds x="905" y="152" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_035s802_di" bpmnElement="Activity_0hlao5k">
|
||||
<dc:Bounds x="750" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1et46mv_di" bpmnElement="DataObjectReference_1et46mv">
|
||||
<dc:Bounds x="782" y="285" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
|
@ -129,9 +132,6 @@ currency_enum_list_x = [
|
|||
<bpmndi:BPMNShape id="Activity_0dhmpkt_di" bpmnElement="Activity_1iqd7al">
|
||||
<dc:Bounds x="1040" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_035s802_di" bpmnElement="Activity_0hlao5k">
|
||||
<dc:Bounds x="750" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_18tepzx_di" bpmnElement="Flow_18tepzx">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="290" y="177" />
|
||||
|
|
Loading…
Reference in New Issue