Files
openstacksdk/doc/source/user/proxies/workflow.rst
Artem Goncharov f132edff2a Update docs to work with newer Sphinx
Change-Id: Ic15793329aa1f6027465eb362fcd0a0471d7b396
2020-04-21 17:06:12 +02:00

28 lines
726 B
ReStructuredText

Workflow API
============
.. automodule:: openstack.workflow.v2._proxy
The Workflow Class
------------------
The workflow high-level interface is available through the ``workflow``
member of a :class:`~openstack.connection.Connection` object.
The ``workflow`` member will only be added if the service is detected.
Workflow Operations
^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.workflow.v2._proxy.Proxy
:noindex:
:members: create_workflow, delete_workflow, get_workflow,
find_workflow, workflows
Execution Operations
^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.workflow.v2._proxy.Proxy
:noindex:
:members: create_execution, delete_execution, get_execution,
find_execution, executions