File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
src/user-guide/interventions Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Interventions
55
66Sometimes things don't go to plan!
77
8- So Cylc allows you to take manual control of your workflow whilst it's running
9- allowing you to do things like edit a task's configuration, re-run a section
8+ So Cylc allows you to take manual control of your workflow whilst it's running,
9+ to do things like edit a task's configuration, re-run a section
1010of your graph or override task outputs.
1111
1212This section of the documentation covers some of the common interventions you
@@ -87,6 +87,19 @@ Re-Run a Task
8787
8888 $ cylc trigger <workflow>//<task>
8989
90+ .. tab-item :: Explanation
91+ :sync: explanation
92+
93+ In this example, a failed task blocked the flow because downstream
94+ tasks depended on its success. Triggering the failed task to run again
95+ (if it succeeds this time) allows the original flow to continue.
96+
97+ The flow will only continue downstream of a triggered task if it has not
98+ already traversed that part of the graph.
99+
100+ So if you trigger a past task that did not block the flow, only the triggered
101+ task itself will run - unless you tell Cylc to start a new flow.
102+
90103
91104Re-Run Multiple Tasks
92105---------------------
You can’t perform that action at this time.
0 commit comments