I have four `ops, A, B, C and D` B and C both acce...
# ask-community
q
I have four
ops, A, B, C and D
B and C both accept results from A to run so the dependency structure is determined automatically. D however, takes no arguments but I want it to run after C. How do I write this job?
m
you can use
Nothing
for cases where you don’t have data dependencies
q
Any link to an example in the docs?