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/basic_training/processes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1028,7 +1028,7 @@ The `when` declaration allows you to define a condition that must be verified in
1028
1028
1029
1029
!!! warning
1030
1030
1031
-
Deprecated since version 24.10.0: Use conditional logic (e.g. `if` statement,  operator) in the calling workflow instead.
1031
+
Deprecated since version 24.10.0: Use conditional logic (e.g. `if` statement, [filter](https://www.nextflow.io/docs/latest/reference/operator.html#operator-filter) operator) in the calling workflow instead.
1032
1032
1033
1033
It is useful to enable/disable the process execution depending on the state of various inputs and parameters. For example:
0 commit comments