I have a custom nextflow plugin that uses TaskRun.getOutputsByType(ValueOutParam) and TaskRun.getOutputsByType(FileOutParam) to get outputs. This seems to be broken after updating to nextflow 26.01.1-edge (using strict syntax and nextflow.preview.types = true). Is that expected? If so, is there a new syntax i should be using? Or should i dig more deeply to see if it’s something else that’s broken?