dxWDL icon indicating copy to clipboard operation
dxWDL copied to clipboard

Submit independent tasks in `if` blocks before all inputs to the block are ready

Open a-frantz opened this issue 4 years ago • 0 comments

dxWDL currently waits for all inputs to all tasks inside an if block to be ready before submitting/processing any individual tasks, even when some tasks inside the block have all their required inputs ready. This increases the runtime of one of my workflows by several hours while Cromwell handles it as expected.

a-frantz avatar Aug 13 '20 14:08 a-frantz