We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b793c5 + 3884da9 commit f60ac3fCopy full SHA for f60ac3f
cylc/flow/scripts/trigger.py
@@ -27,7 +27,8 @@
27
running) at once. They release tasks to run when their active task count
28
drops below the queue limit.
29
30
-Attempts to trigger active tasks will be ignored.
+Attempts to trigger active (preparing, submitted, running)
31
+tasks will be ignored.
32
33
Examples:
34
# trigger task foo in cycle 1234 in test
@@ -40,7 +41,7 @@
40
41
$ cylc trigger --flow=new test//1234/foo
42
43
Flows:
- Active tasks (in the n=0 window) already belong to a flow.
44
+ Waiting tasks in the active window (n=0) already belong to a flow.
45
* by default, if triggered, they run in the same flow
46
* or with --flow=all, they are assigned all active flows
47
* or with --flow=INT or --flow=new, the original and new flows are merged
0 commit comments