File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
user-guide/running-workflows Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,6 @@ Further Reading
143
143
The :ref: `cylc-broadcast ` section in the user guide contains more detail
144
144
on broadcasts.
145
145
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
147
147
into a form. Any changes you make are then broadcasted to the task.
148
148
See :ref: `interventions.edit-a-tasks-configuration `.
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Broadcasts can be helpful for:
12
12
13
13
* Quickly developing tasks without having to
14
14
: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).
16
16
* Orchestrating production workflows from an external system.
17
17
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
22
19
:ref: `expired <user_guide.broadcast.expiry >` when no longer needed.
23
20
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
+
24
24
.. seealso ::
25
25
26
26
:ref: `broadcast-tutorial `
You can’t perform that action at this time.
0 commit comments