in Orquesta yaml wf, is there a way to have something like this:
- when: <%failed and ctx().st2.user.startswith("test") %>
purpose is to be able to check if the st2.user response has a particular character in it, in this case “test”
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.
in Orquesta yaml wf, is there a way to have something like this:
- when: <%failed and ctx().st2.user.startswith("test") %>
purpose is to be able to check if the st2.user response has a particular character in it, in this case “test”