Skip to content

How do I conditionally disable a nested dataflow from running? #32

Discussion options

You must be logged in to vote

What you want to do, is put anything you want to only execute when the condition is true downstream of the then output. Vice versa for else. The other output will not be set, so those modules won't execute. Check out these examples below. You may not even need a dependency waiter.


Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mickeyclaffey
Comment options

mickeyclaffey Mar 4, 2025
Collaborator Author

Answer selected by mickeyclaffey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants