Last active
November 5, 2019 16:35
-
-
Save techdiverdown/333e6944a3574ff1996be57d814ef633 to your computer and use it in GitHub Desktop.
Orquesta stackstorm workflow failure path example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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