if else loop in orquesta workflow #5430
Unanswered
komalphadatare
asked this question in
Workflows
Replies: 1 comment
-
Have you looked here for examples? https://docs.stackstorm.com/orquesta/languages/orquesta.html#task-transition-model |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How i can implement the if else loop in stackstorm.
eg : if the output of an action is 'xyz'
Then: go to Transition1
else if the output of an action is 'abc'
Then: go to Transition2
else
Then: go to Transition2
We tried with solutions available below link, but no luck.
we are Using st2 3.1.0, on Python 2.7.5 Version
Beta Was this translation helpful? Give feedback.
All reactions