Open
Description
I question the wisdom of the annotation in AbstractExecTask to declare workingDir
as an input directory. This should be left to the consumers that use the tasks to declare additional file/directory inputs. The workingDir
is likely to be undesirable and most often too unstable to be an incremental execution up-to-date criterion.
Can we remove the @InputDirectory from the code and let the users choose what might constitute a valid input file or directory?
Metadata
Metadata
Assignees
Labels
No labels