Replies: 1 comment 3 replies
-
Interesting puzzle, not sure why this happens. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a pipeline with three steps which are sequentially dependent (ie the output of step 1 is the input of step 2 etc) is there a way to ensure that steps 2 and 3 run as soon as their inputs are ready?
As a small test case
when runs produces something like
What I would like to see is something like
Beta Was this translation helpful? Give feedback.
All reactions