Skip to content

Commit

Permalink
Merge pull request cylc#6530 from hjoliver/trigger-help-tweak
Browse files Browse the repository at this point in the history
Clarify trigger command help.
  • Loading branch information
oliver-sanders authored Jan 3, 2025
2 parents 7b793c5 + 3884da9 commit f60ac3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cylc/flow/scripts/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
running) at once. They release tasks to run when their active task count
drops below the queue limit.
Attempts to trigger active tasks will be ignored.
Attempts to trigger active (preparing, submitted, running)
tasks will be ignored.
Examples:
# trigger task foo in cycle 1234 in test
Expand All @@ -40,7 +41,7 @@
$ cylc trigger --flow=new test//1234/foo
Flows:
Active tasks (in the n=0 window) already belong to a flow.
Waiting tasks in the active window (n=0) already belong to a flow.
* by default, if triggered, they run in the same flow
* or with --flow=all, they are assigned all active flows
* or with --flow=INT or --flow=new, the original and new flows are merged
Expand Down

0 comments on commit f60ac3f

Please sign in to comment.