tasktiger icon indicating copy to clipboard operation
tasktiger copied to clipboard

Add chain/task dependency support

Open j4k0bk opened this issue 5 years ago • 0 comments

Add support for specifying one or more task dependencies, ie. tasks that should run to completion before another starts. This adds arbitrary many possibilities to implement complex data flows, like pipelines, map-reduce etc.

Must be able to wait for N tasks to complete (not just one).

j4k0bk avatar Mar 18 '20 06:03 j4k0bk