blob: 5232e8a8389aa0c526df4a0a9016af06867a535f [file] [log] [blame]
id: call-echo
version: "1.0"
name: Call Echo
start: CallExternalService
functions:
- name: circuitBreakerEchoFunction
operation: specs/external-service.yaml#circuitBreakerEcho
type: rest
states:
- name: CallExternalService
type: operation
actions:
- name: executeCircuitBreakerEcho
functionRef:
refName: circuitBreakerEchoFunction
arguments:
echo: ".echo"
actionDataFilter:
useResults: true
results: "."
toStateData: ".echoResult"
end: true