Skip to content

Commit 9de0792

Browse files
authored
Merge pull request #654 from dpmatthews/warm-start-ref
Remove outdated reference to warm start
2 parents 54c78c4 + a749d0a commit 9de0792

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,7 @@ The Environment Variable CYLC\_WORKFLOW\_INITIAL\_CYCLE\_POINT
599599

600600
At start up the initial cycle point is passed to job environments
601601
as ``$CYLC_WORKFLOW_INITIAL_CYCLE_POINT`` and stored in the workflow
602-
database to persist across restarts. However it gets wiped out (set to
603-
``None``) by a :term:`warm start` (``cylc play --start-cycle-point`` or ``cylc
604-
play --start-task``) - which is essentially a restart that ignores prior state
605-
information.
602+
database to persist across restarts.
606603

607604
The ``$CYLC_WORKFLOW_INITIAL_CYCLE_POINT`` variable allows tasks to
608605
check if they are running in the initial cycle point, when different behaviour

0 commit comments

Comments
 (0)