Skip to content

Commit 84bb4b5

Browse files
authored
Update old-style clock-trigger warning. (#575)
1 parent 24d0852 commit 84bb4b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,10 @@ Clock Triggers
14601460

14611461
.. warning::
14621462

1463-
This section describes deprecated old-style clock triggers that are part of
1464-
the task definition. Please consider using :ref:`Built-in Clock Triggers`
1465-
(external triggers) instead.
1463+
This describes a deprecated syntax for defining clock triggers in task
1464+
configuration. If used, it will be converted automatically to define
1465+
new-style :ref:`clock triggers <Built-in Clock Triggers>`.
1466+
Support for the old syntax will be removed in an upcoming release.
14661467

14671468
By default, datetime cycle points are not connected to the :term:`wallclock time`.
14681469
In real time cycling systems, however, some tasks may need to trigger at

0 commit comments

Comments
 (0)