Currently you can simulate a DAG-like pipeline using a combination of the next and dependencies tags. However, if done properly, a DAG implementation will only need the dependencies tag, at which point the next tag shouldn't be set by the user but by the internal system once the DAG has been resolved.
Currently you can simulate a DAG-like pipeline using a combination of the
next
anddependencies
tags. However, if done properly, a DAG implementation will only need thedependencies
tag, at which point thenext
tag shouldn't be set by the user but by the internal system once the DAG has been resolved.