@@ -20,12 +20,12 @@ You can perform these interventions in multiple ways:
20
20
The Cylc web app (GUI) can be launched with the ``cylc gui `` command.
21
21
22
22
Some sites provide a central deployment for you where you log in via the
23
- web browser rather than launching it youself .
23
+ web browser rather than launching it yourself .
24
24
25
25
.. tab-item :: With the Tui
26
26
:sync: tui
27
27
28
- Cylc Tui is an interactive in-terminal application, kinda like a minimal
28
+ Cylc Tui is an interactive in-terminal application, like a minimal
29
29
version of the GUI. Start it with the ``cylc tui `` command.
30
30
31
31
Launch it with the ``cylc tui `` command.
@@ -189,7 +189,7 @@ You can also :ref:`set task prerequisites <interventions.set-task-prerequisites>
189
189
Should I set task outputs or prerequisites?
190
190
191
191
* If you set a task's outputs, then tasks downstream of it may start to run.
192
- * If you set a task's prerequisites, this will not happen .
192
+ * If you set a task's prerequisites, the task itself may start to run .
193
193
194
194
195
195
.. _interventions.set-task-prerequisites :
@@ -254,7 +254,7 @@ You can also :ref:`set task outputs <interventions.set-task-outputs>`.
254
254
Should I set task outputs or prerequisites?
255
255
256
256
* If you set a task's outputs, then tasks downstream of it may start to run.
257
- * If you set a task's prerequisites, this will not happen .
257
+ * If you set a task's prerequisites, the task itself may start to run .
258
258
259
259
260
260
Set a Switch Task
@@ -354,7 +354,7 @@ Edit a Task's Configuration and Re-Run It
354
354
355
355
.. note ::
356
356
357
- Any changes you make, apply only to this one instance of the task, not
357
+ Any changes you make apply only to this one instance of the task, not
358
358
to any future instances.
359
359
360
360
To change future instances, either use "broadcast" or see
@@ -401,6 +401,12 @@ Edit The Workflow Configuration
401
401
$ vim ~/cylc-src/myworkflow # edit the workflow configuration
402
402
$ cylc vr myworkflow # reinstall and reload the workflow
403
403
404
+ .. note ::
405
+
406
+ For information on how graph changes (e.g. the adding or removing of tasks)
407
+ are applied, see
408
+ :ref: `user-guide.restarting-or-reloading-after-graph-changes `.
409
+
404
410
405
411
Orphan a "Stuck" Job Submission
406
412
-------------------------------
0 commit comments