My wdl has a scatter statement that submits 50 parallel tasks. One of these tasks failed because it failed to delocalize its output file, and at that time the whole workflow was marked as Failed.
The other 49 tasks eventually ran to completion and stored the required output files to the Google storage, but they are still marked as Running and no output attributes have been set for them.
Is it really the expected behavior, and will submitting a new workflow with "Use Call Caching" set to true re-run only the failed task?
Thanks,
Seva