Force certain nodes to run after others
Path
.
The Path
type is a special type that only works in the Dependencies input.
Every valid node has a hidden output with the Path
type called “complete”.
Putting a node’s “complete” output in another node’s Dependencies input will ensure that the second node waits for the first to finish before the second node starts.