Closed buchanae closed 7 years ago
After discussion outside of this thread, the consensus was that this is a small problem for a small number of people who are implementing a TES client/server. The existing spec is low-level, flexible, and powerful. It's not worth adding complexity to the spec in order to save a few lines of code for client/server implementors.
Going to close this issue, but feel free to comment and/or reopen if I'm getting hasty.
Currently, if you want to capture stdout/stderr for a task, you need to define paths under
DockerExecutor
and then also create aTaskParameter
for those paths and add those to theTask
record. This seems redundant and could be simplified by expecting a TES server to infer the stdout/stderrTaskParameter
records automatically.