From 217eb13463f9720bc8c568d3be2ada1d9f0afbd6 Mon Sep 17 00:00:00 2001 From: David Sutherland Date: Tue, 20 Feb 2024 15:55:16 +1300 Subject: [PATCH] Update cylc/flow/cfgspec/workflow.py Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- cylc/flow/cfgspec/workflow.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cylc/flow/cfgspec/workflow.py b/cylc/flow/cfgspec/workflow.py index 44d639271f1..8ef054c7f98 100644 --- a/cylc/flow/cfgspec/workflow.py +++ b/cylc/flow/cfgspec/workflow.py @@ -808,9 +808,8 @@ def get_script_common_text(this: str, example: Optional[str] = None): until their previous (cycle point) instance is satisfied. Otherwise, they will all spawn at once out to the runahead limit. - This setting can be overridden by a reserved keyword argument in - individual xtrigger declarations, or in xtrigger function - definitions. + This setting can be overridden by the reserved keyword argument + ``sequential`` in individual xtrigger declarations. One sequential xtrigger on a parentless task with multiple xtriggers will cause sequential behavior.