Replies: 1 comment
-
|
A variant that solves the problem doe expand the arguments before branching but I'm wondering if there is a more elegant solution ... |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Unfortunately all branches get the same data/arguments passed.
Based on the branch task-group 'consumer_a' should only process parameters with "flag" = True and 'consumer_b' only data with "flag" = False.
How can I filter the argument list?
Beta Was this translation helpful? Give feedback.
All reactions