-
I have created an action which takes type array from actions, but not sure how to loop through the input in the workflow. Actions
then in the workflow Workflow
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I recommend you read over the orquesta documentation to better understand how you can achieve what you're trying to do. For something like loops, there is the |
Beta Was this translation helpful? Give feedback.
I recommend you read over the orquesta documentation to better understand how you can achieve what you're trying to do. For something like loops, there is the
with-items
option. https://docs.stackstorm.com/orquesta/languages/orquesta.html#with-items-model The main point is that it is not a loop in the traditional programming sense, but multiple executions of the same action by iterating over a list.