@@ -17,7 +17,7 @@ Workflow Events
17
17
18
18
There are two types of event in Cylc:
19
19
20
- * workflow events e.g. ``startup `` and ``shutdown ``, which pertain to the :term: `scheduler `
20
+ * workflow events e.g. ``startup `` and ``shutdown ``, which pertain to the :term: `scheduler `
21
21
* task events e.g. ``submitted `` and ``failed ``, which pertain to :term: `tasks <task> `.
22
22
23
23
This section covers workflow events, for
@@ -66,7 +66,16 @@ Some workflow events have related configurations e.g. for setting the timeout.
66
66
:Event Handler: `abort handlers `
67
67
68
68
The scheduler shut down early with error status, due to a fatal error
69
- condition or a configured timeout.
69
+ condition.
70
+
71
+ .. note ::
72
+
73
+ Not to be confused with ``abort on <event> `` settings.
74
+ The ``abort `` event is not raised when any such configured event occurs.
75
+
76
+ .. versionchanged :: 8.0.0
77
+
78
+ This event was previously called ``aborted ``.
70
79
71
80
.. describe :: workflow timeout
72
81
@@ -79,7 +88,7 @@ Some workflow events have related configurations e.g. for setting the timeout.
79
88
The timer starts counting down at scheduler startup. It resets on workflow
80
89
restart.
81
90
82
- Note, the `` abort `` event is not raised by "Abort On Event" handlers.
91
+ .. versionadded :: 8.0.0
83
92
84
93
.. describe :: stall
85
94
@@ -90,6 +99,10 @@ Some workflow events have related configurations e.g. for setting the timeout.
90
99
91
100
E.G. a task failure is blocking the pathway through the graph.
92
101
102
+ .. versionchanged :: 8.0.0
103
+
104
+ This event was previously called ``stalled ``.
105
+
93
106
.. describe :: stall timeout
94
107
95
108
:Configuration: `stall timeout `
@@ -98,6 +111,10 @@ Some workflow events have related configurations e.g. for setting the timeout.
98
111
99
112
The workflow timed out after stalling.
100
113
114
+ .. versionchanged :: 8.0.0
115
+
116
+ This event was previously called ``timeout ``.
117
+
101
118
.. describe :: inactivity timeout
102
119
103
120
:Configuration: `inactivity timeout `
@@ -110,6 +127,10 @@ Some workflow events have related configurations e.g. for setting the timeout.
110
127
This can be useful for system administrators to help catch workflows which
111
128
have become stalled on external conditions or system issues.
112
129
130
+ .. versionchanged :: 8.0.0
131
+
132
+ This event was previously called ``inactivity ``.
133
+
113
134
.. describe :: restart timeout
114
135
115
136
:Configuration: `restart timeout `
@@ -118,6 +139,8 @@ Some workflow events have related configurations e.g. for setting the timeout.
118
139
have nothing to do so will shut down. This timeout gives the user a grace
119
140
period in which to trigger new tasks to continue the workflow run.
120
141
142
+ .. versionadded :: 8.2.0
143
+
121
144
.. cylc-scope ::
122
145
123
146
Mail Events
0 commit comments