Skip to content

Commit f677aae

Browse files
Apply suggestions from code review
Co-authored-by: Hilary James Oliver <[email protected]>
1 parent 6935168 commit f677aae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/tutorial/furthertopics/broadcast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ Further Reading
143143
The :ref:`cylc-broadcast` section in the user guide contains more detail
144144
on broadcasts.
145145

146-
The GUI contains an "Edit Runtime" utility which loads the tasks configuration
146+
The GUI contains an "Edit Runtime" utility which loads the task's configuration
147147
into a form. Any changes you make are then broadcasted to the task.
148148
See :ref:`interventions.edit-a-tasks-configuration`.

src/user-guide/running-workflows/cylc-broadcast.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Broadcasts can be helpful for:
1212

1313
* Quickly developing tasks without having to
1414
:ref:`edit and reload the workflow configuration <interventions.edit-the-workflow-configuration>`.
15-
* Sending small amounts of data from task to another (e.g. file paths).
15+
* Sending small amounts of data from a running task to other upcoming tasks (e.g. file paths).
1616
* Orchestrating production workflows from an external system.
1717

18-
Once issued, broadcasts last for the life of the workflow and will persist if
19-
the workflow is shutdown and restarted (unless manually "cleared").
20-
21-
However, broadcasts which target specific cycles will eventually be
18+
Broadcasts which target specific cycles will eventually be
2219
:ref:`expired <user_guide.broadcast.expiry>` when no longer needed.
2320

21+
Otherwise, broadcasts last for the life of the workflow and will persist if
22+
the workflow is shutdown and restarted (unless manually "cleared").
23+
2424
.. seealso::
2525

2626
:ref:`broadcast-tutorial`

0 commit comments

Comments
 (0)