dagrs
dagrs copied to clipboard
Branching?
How can branching be implemented? For example, task A can be compute a boolean, and the rest of the workflow depends on whether it is true or false. I guess one can make the inputs for all the nodes Option and propagate across the DAG, but is there a cleaner way? Sorry if this already exists but i couldn't find any mention of it