mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: jon@sartography.com clicked save for misc/service-tests/xe-currency-converter/xe_convert_from.bpmn
This commit is contained in:
parent
32ee9aee10
commit
77bd79de8f
@ -16,7 +16,7 @@
|
||||
<spiffworkflow:parameter id="basic_auth_password" type="str" value=""secret:XE_API_KEY"" />
|
||||
<spiffworkflow:parameter id="basic_auth_username" type="str" value=""secret:XE_ACCOUNT_ID"" />
|
||||
<spiffworkflow:parameter id="headers" type="any" value="{"Accept": "application/json"}" />
|
||||
<spiffworkflow:parameter id="params" type="any" value="{"from": "AUD", "to": "USD", "amount": 1234.56, "decimal_places": 2}" />
|
||||
<spiffworkflow:parameter id="params" type="any" value="{"from": xe_convert_from_currency, "to": xe_convert_to_currency, "amount": xe_amount, "decimal_places": xe_decimal_places}" />
|
||||
<spiffworkflow:parameter id="url" type="str" value=""https://xecdapi.xe.com/v1/convert_from"" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
|
Loading…
x
Reference in New Issue
Block a user