Is nextflow.preview.output going to completely remove publishDir at the process level

Subject says it. Something about moving all of the publishing “out” to the workflow level feels very wrong from an information-hiding perspective. For standardization across our process library we rely on publishDir to effectively handle process-specific outputs. In many cases those outputs are written to S3 and aren’t interesting to the workflow itself. But, if I’m reading the description the right way we won’t be able to do that soon-ish?