clean-twilight-93994
03/17/2026, 11:27 PM>>) objects (flyte v1) 🧵clean-twilight-93994
03/17/2026, 11:32 PM# t1 is a flyte task
@workflow
def wf(...) -> ...:
...
A, _ = t1(...)
B = conditional("hi").if_(...)...
A >> B
The reason i ask is because the output of t1 is used in the subworkflow launched by conditional B, but the DAG shows these two to be independent of one another unless i add the line for the rshift at the endfreezing-airport-6809