1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _workflow-reference:
=========
Workflows
=========
Workflows are server-side logic that can schedule and combine server
tasks and worker tasks to automate complex operations.
Workflows are created from a workflow template chosen from a set maintained by
the server administrators, plus data coming from user input.
See the :ref:`explanation-workflows` for an overview, and below for
technical details. There is also documentation of the :ref:`internal API
<api-workflows>` used by workflow orchestrators.
.. toctree::
event-reactions
group
template
well-known
specs
|