Why is it necessary to define the terminal tasks of a pipeline? #365
-
Are the terminal tasks not implicitly all the leaf nodes of the task graph? If so, we should be able to identify those without user input |
Beta Was this translation helpful? Give feedback.
Answered by
Levi-Armstrong
Aug 21, 2023
Replies: 1 comment
-
They are the leaf nodes but the order is important to identify what the return value should be. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marip8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are the leaf nodes but the order is important to identify what the return value should be.