Skip to content

Commit ae0e844

Browse files
docs: Add extra warnings as 25.10 is added to platform (#6655)
Co-authored-by: Ben Sherman <[email protected]>
1 parent bd8de5c commit ae0e844

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/migrations/25-10.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ See {ref}`workflow-params-def` for details.
4141

4242
<h3>Workflow outputs (out of preview)</h3>
4343

44-
{ref}`Workflow outputs <workflow-output-def>`, introduced in Nextflow 24.04 as a preview feature, have been brought out of preview and can now be used without the `nextflow.preview.output` feature flag.
44+
{ref}`Workflow outputs <workflow-output-def>`, introduced in Nextflow 24.04 as a preview feature, have been brought out of preview.
45+
46+
If you were using a preview version of workflow outputs, you must remove the `nextflow.preview.output` feature flag when upgrading to Nextflow 25.10. Setting this feature flag in 25.10 will cause your pipeline to fail.
4547

4648
The final version adds the ability to specify a type annotation for each output declaration:
4749

docs/tutorials/workflow-outputs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ Workflow outputs were introduced to address these problems by providing a unifie
3030

3131
## Timeline
3232

33-
Nextflow {ref}`24.04 <workflow-outputs-first-preview>` introduced the workflow output definition as a preview feature. It has since undergone multiple revisions, with the third preview currently available in Nextflow {ref}`25.04 <workflow-outputs-third-preview>`.
33+
Workflow outputs are stable in Nextflow {ref}`25.10 <workflow-outputs-final>`.
3434

35-
Nextflow 25.10 will finalize workflow outputs and bring them out of preview. The `publishDir` directive will continue to be supported, but will be deprecated. It may be removed in a future release.
35+
This feature is also available as a preview in Nextflow {ref}`24.04 <workflow-outputs-first-preview>`, {ref}`24.10 <workflow-outputs-second-preview>`, and {ref}`25.04 <workflow-outputs-third-preview>`. If you are upgrading from a preview version of workflow outputs, you must remove the `nextflow.preview.output` feature flag, as it is not supported in Nextflow 25.10.
36+
37+
The `publishDir` directive will continue to be supported, but will be deprecated. It may be removed in a future release.
3638

3739
## Example: rnaseq-nf
3840

0 commit comments

Comments
 (0)