
Adding documentation of DataTable decorators. Adding documentation and example of complex workflow. Connecting topics with api reference. Change-Id: I2653e0c5c52179dcc45cee689cde50afcd6ae0de Fixes: bug #1212559
39 lines
665 B
ReStructuredText
39 lines
665 B
ReStructuredText
=================
|
|
Horizon Workflows
|
|
=================
|
|
|
|
.. module:: horizon.workflows
|
|
|
|
One of the most challenging aspects of building a compelling user experience
|
|
is crafting complex multi-part workflows. Horizon's ``workflows`` module
|
|
aims to bring that capability within everyday reach.
|
|
|
|
.. seealso::
|
|
|
|
For usage information, tips & tricks and more examples check out the
|
|
:doc:`Workflows Topic Guide </topics/workflows>`.
|
|
|
|
Workflows
|
|
=========
|
|
|
|
.. autoclass:: Workflow
|
|
:members:
|
|
|
|
Steps
|
|
=====
|
|
|
|
.. autoclass:: Step
|
|
:members:
|
|
|
|
Actions
|
|
=======
|
|
|
|
.. autoclass:: Action
|
|
:members:
|
|
|
|
WorkflowView
|
|
============
|
|
|
|
.. autoclass:: WorkflowView
|
|
:members:
|