Skip to content

Instantly share code, notes, and snippets.

@techdiverdown
Last active November 5, 2019 16:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techdiverdown/333e6944a3574ff1996be57d814ef633 to your computer and use it in GitHub Desktop.
Save techdiverdown/333e6944a3574ff1996be57d814ef633 to your computer and use it in GitHub Desktop.
Orquesta stackstorm workflow failure path example
tasks:
start:
action: core.echo message="Automation Started....."
next:
- when: <% succeeded() %>
do: validate_input
- when: <% failed() %>
publish:
- error:
error_code: 500
error_message: General error calling core.message
do: fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment