This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Failure based on keyword in output

I don’t really see a good, or simple way, of determining an action as a failure based on output keywords. Our current platform we use that StackStorm is replacing has the ability to scan the output for a keyword.

The closest thing I could think of is something in a workflow like when: <% 'keyword' in result().stdout %> or something similar.