You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/feature-flags.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
# Feature flags
4
4
5
-
Feature flags are used to introduce experimental or other opt-in features. They must be specified in the pipeline script.
5
+
Feature flags enable experimental or other opt-in features. They must be specified in the pipeline script.
6
+
7
+
:::{warning}
8
+
Feature flags with the `nextflow.preview` prefix can cause pipelines run with newer versions of Nextflow to fail due to breaking changes. Always consult the {ref}`migration notes <migrations-page>` before updating to a new Nextflow version.
9
+
:::
6
10
7
11
`nextflow.enable.configProcessNamesValidation`
8
12
: :::{deprecated} 25.10.0
@@ -47,7 +51,7 @@ Feature flags are used to introduce experimental or other opt-in features. They
47
51
: :::{versionadded} 24.04.0
48
52
:::
49
53
: :::{deprecated} 25.10.0
50
-
This feature flag is no longer required to use workflow outputs.
54
+
This feature flag is no longer supported. Workflow outputs are out of preview.
51
55
:::
52
56
: When `true`, enables the use of {ref}`workflow outputs <workflow-output-def>`.
53
57
@@ -59,12 +63,11 @@ Feature flags are used to introduce experimental or other opt-in features. They
59
63
: :::{versionadded} 24.04.0
60
64
:::
61
65
: :::{deprecated} 25.04.0
62
-
This feature flag is no longer required to use topic channels.
66
+
This feature flag is no longer supported. Topic channels are out of preview.
63
67
:::
64
-
: When `true`, enables {ref}`topic channels <channel-topic>` feature.
68
+
: When `true`, enables the use of {ref}`topic channels <channel-topic>`.
65
69
66
70
`nextflow.preview.types`
67
71
: :::{versionadded} 25.10.0
68
72
:::
69
-
: When `true`, enables the use of {ref}`typed processes <process-typed-page>`.
70
-
: This feature flag must be enabled in every script that uses typed processes. Legacy processes can not be defined in scripts that enable this feature flag.
73
+
: When `true`, enables the use of {ref}`typed processes <process-typed-page>`. Must be enabled in every script that uses typed processes. Legacy processes cannot be defined in scripts with this flag enabled.
0 commit comments