List output iteration #6214
Unanswered
lexiismadd
asked this question in
Workflows
Replies: 1 comment
-
Yes. You have to use additional workflows to group the actions. Workflow1 would call ActionA and Workflow2. Workflow2 would group B, C, D and Workflow3. Workflow3 would group E and F. Execution would be conceptually like the below graph:
Keep in mind Orquesta |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to iterate over the list output from an action, but performing multiple actions on each list item.
so for example, the result from Action A is a list.
I was Action B, Action C, and Action D to iterate over each list item.
Then maybe the output from Action D is another list, and I want Action E and Action F to iterate over the output from Action D (which is still in the loop iterating over the output of Action A)
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions