Say a task T can produce two products, A and B. An...
# general
h
Say a task T can produce two products, A and B. And there is an upstream task TA that requires product A and an upstream task TB that requires product B. Is there a way for T to know which of the two products is actually required in a given run and only produce that one?