Skip to content

Commit 7f6a81f

Browse files
authored
Merge pull request #652 from oliver-sanders/sequential-not-deprecated
sequential tasks: remove deprecation phrasing
2 parents 6ca28e7 + 334b156 commit 7f6a81f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,7 @@ Tasks that depend on their own previous-cycle instance can be declared as
13961396
[[graph]]
13971397
T00,T12 = "foo => bar"
13981398
1399-
However, this feature is deprecated in favour of explicit intercycle triggers
1400-
which expose the associated scheduling behaviour in the graph:
1399+
However, explicit intercycle triggers are generally preferred:
14011400

14021401
.. code-block:: cylc
14031402

0 commit comments

Comments
 (0)