File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
user-guide/running-workflows Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Cylc Flow
11
11
Trigger Edit
12
12
Functionality removed pending reimplementation.
13
13
14
- * https://github.com/cylc/cylc-flow/issues/3743
14
+ * https://github.com/cylc/cylc-flow/issues/3751
15
+
15
16
Reflow
16
17
The new "reflow" functionality, which allows multiple
17
18
(potentially concurrent) executions of the same workflow in a single
@@ -33,7 +34,7 @@ Graph View
33
34
34
35
Static Graph Visualization
35
36
Not yet reimplemented for Cylc 8. As an interim measure the
36
- ``cylc graph` `` command can generate a basic PNG image of a workflow
37
+ ``cylc graph `` command can generate a basic PNG image of a workflow
37
38
graph if Graphviz is installed in the Cylc environment.
38
39
39
40
Log Files
Original file line number Diff line number Diff line change @@ -130,8 +130,12 @@ workflow configuration at run time. This is an alternative to shutting a
130
130
workflow down and restarting it after making changes.
131
131
132
132
.. note ::
133
- Before reload, be sure to :ref: `reinstall <Reinstalling a workflow >` your
134
- changes from source to run directory
133
+ If writing your workflows in a :term: `source directory `, then be sure to
134
+ :ref: `reinstall <Reinstalling a workflow >` your changes to the
135
+ :term: `run directory ` before doing a reload.
136
+
137
+ If you make an error in the ``flow.cylc `` file before a reload, the workflow
138
+ log will report an error and the reload will have no effect.
135
139
136
140
137
141
Restarting or Reloading after Graph Changes
You can’t perform that action at this time.
0 commit comments