Skip to content

Commit 9911f7c

Browse files
fix docs
1 parent 46e44eb commit 9911f7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cylc/flow/cfgspec/workflow.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,10 @@ def get_script_common_text(this: str, example: Optional[str] = None):
436436
437437
* When the condition is met, the task will generate the
438438
``expired`` output rather than just being removed.
439-
* The ``expired`` output will be marked as :term:`optional`
440-
for the triggered task, but a custom
441-
`flow.cylc[runtime][<namespace>]completion condition
439+
* The ``expired`` output will be marked as
440+
:term:`optional <optional output>` for the triggered task,
441+
but a custom
442+
`flow.cylc[runtime][<namespace>]completion condition`
442443
will need to be modified accordingly.
443444
* This should be functionally equivalent to "suicide triggers"
444445
in that the triggered task will not run.

0 commit comments

Comments
 (0)