Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
oliver-sanders and MetRonnie committed Feb 7, 2024
1 parent 79d7bce commit 30d9b7f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/user-guide/writing-workflows/scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ workflows.
Workflow Events
---------------

Cylc supports workflow events which pertain to the :term:`scheduler` e.g.
``startup`` and ``shutdown`` and task events e.g. ``submitted`` and ``failed``
which pertain to :term:`tasks <task>`. This section covers workflow events, for
There are two types of event in Cylc:

* workflow events e.g. ``startup`` and ``shutdown``, which pertain to the :term:`scheduler`
* task events e.g. ``submitted`` and ``failed``, which pertain to :term:`tasks <task>`.

This section covers workflow events, for
task events see :ref:`user_guide.runtime.task_event_handling`.

.. rubric:: Event Handlers
Expand Down Expand Up @@ -76,6 +79,8 @@ Some workflow events have related configurations e.g. for setting the timeout.
The timer starts counting down at scheduler startup. It resets on workflow
restart.

Note, the `abort` event is not related to "Abort On Event" handlers.

.. describe:: stall

:Event Handler: `stall handlers`
Expand Down

0 comments on commit 30d9b7f

Please sign in to comment.