dxWDL
dxWDL copied to clipboard
Submit independent tasks in `if` blocks before all inputs to the block are ready
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.