Skip to content

Instantly share code, notes, and snippets.

View MichaelMcClure's full-sized avatar

devdude MichaelMcClure

View GitHub Profile
@techdiverdown
techdiverdown / Orquesta Stackstorm error example
Last active November 5, 2019 16:35
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