maestrowf icon indicating copy to clipboard operation
maestrowf copied to clipboard

More flexible 'depends'

Open stewarthe6 opened this issue 6 years ago • 0 comments

Currently depends waits for either all inbound edges or one inbound edge. Using depends: [parentnode] or depends:[parentnode_*]

I would like to wait for a subset of inbound edges chosen based on parameters. For example depend: [parentnode_parameter1_*]

This might wait for all jobs using parameter1 to finish and start only one job.

Thanks

stewarthe6 avatar Mar 18 '20 22:03 stewarthe6