File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
user-guide/writing-workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ The graph view now has an option to group tasks by cycle point.
136
136
Completion Expressions
137
137
^^^^^^^^^^^^^^^^^^^^^^
138
138
139
- When a task finishes , its outputs are validated against a "completion
139
+ When a task achieves a final status , its outputs are validated against a "completion
140
140
expression" to ensure that it has produced all of its
141
141
:term: `required outputs <required output> `.
142
142
If a task fails this validation check it is said to have "incomplete outputs"
@@ -152,7 +152,7 @@ expression for finer control. This is particularly useful for anyone using
152
152
:term: `custom outputs <custom output> `.
153
153
154
154
For example, ``mytask `` must produce one of the outputs ``x `` or ``y `` to pass
155
- the configured completion expression configured here:
155
+ the completion expression configured here:
156
156
157
157
.. code-block :: cylc
158
158
Original file line number Diff line number Diff line change @@ -1898,7 +1898,7 @@ Custom Outputs
1898
1898
^^^^^^^^^^^^^^
1899
1899
1900
1900
Branching is particularly powerful when using
1901
- :term: `custom outputs <custom output> ` to define multiple parallel paths in the
1901
+ :term: `custom outputs <custom output> ` to define alternate parallel paths in the
1902
1902
graph.
1903
1903
1904
1904
In the following graph there is a task called ``showdown `` which produces one
@@ -1990,7 +1990,7 @@ Completion Expressions
1990
1990
The :cylc:conf: `completion ` configuration above is optional, it adds a basic
1991
1991
validation check which ensures that at least one of the three custom outputs is
1992
1992
produced when the task runs. This protects you against the possibility that
1993
- none of the outputs are produced e.g. due to a task design error.
1993
+ none of the outputs are produced e.g. due to a task implementation error.
1994
1994
1995
1995
If the task does not produce at least one of these three outputs, then it will
1996
1996
be marked as having incomplete outputs and will be retained in a similar manner
You can’t perform that action at this time.
0 commit comments