d8affa596c
Implements blueprint workflows. Adds a reusable workflow component to Horizon, and puts it to use for the Launch Instance user interface. Contains tests with roughly 90% coverage and full documentation. Change-Id: I7325ef9db2ba2496d3fc1e2767cfeda50c71cbca
34 lines
521 B
ReStructuredText
34 lines
521 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.
|
|
|
|
Workflows
|
|
=========
|
|
|
|
.. autoclass:: Workflow
|
|
:members:
|
|
|
|
Steps
|
|
=====
|
|
|
|
.. autoclass:: Step
|
|
:members:
|
|
|
|
Actions
|
|
=======
|
|
|
|
.. autoclass:: Action
|
|
:members:
|
|
|
|
WorkflowView
|
|
============
|
|
|
|
.. autoclass:: WorkflowView
|
|
:members:
|