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.
1 parent d4edafa commit 7be3718Copy full SHA for 7be3718
cylc/flow/scripts/trigger.py
@@ -27,7 +27,7 @@
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 (submitted, running) tasks will be ignored.
31
32
Examples:
33
# trigger task foo in cycle 1234 in test
@@ -40,7 +40,7 @@
40
$ cylc trigger --flow=new test//1234/foo
41
42
Flows:
43
- 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.
44
* by default, if triggered, they run in the same flow
45
* or with --flow=all, they are assigned all active flows
46
* or with --flow=INT or --flow=new, the original and new flows are merged
0 commit comments