Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandramartinez/4566b13adfffa7092c84583f28523be0 to your computer and use it in GitHub Desktop.
Save alexandramartinez/4566b13adfffa7092c84583f28523be0 to your computer and use it in GitHub Desktop.
<until-successful maxRetries="${api.retry.number_of_retry}" doc:name="Retry to connect" millisBetweenRetries="${api.retry.milliseconds_between_retry}">
<http:request method="POST" doc:name="API Request" config-ref="LOCAL_HTTP_Request_configuration" path="${api.path}" responseTimeout="${api.response_timeout}" target="backendResponse"/>
</until-successful>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment