Merge "Reorganize workflow docs"
This commit is contained in:
commit
31fc9959d9
@ -1,7 +1,7 @@
|
||||
Workflow API
|
||||
============
|
||||
|
||||
For details on how to use block_store, see :doc:`/users/guides/block_store`
|
||||
For details on how to use workflow, see :doc:`/users/guides/workflow`
|
||||
|
||||
.. automodule:: openstack.workflow.v2._proxy
|
||||
|
||||
@ -12,5 +12,24 @@ 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
|
||||
:members:
|
||||
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.create_workflow
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.delete_workflow
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.get_workflow
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.find_workflow
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.workflows
|
||||
|
||||
Execution Operations
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. autoclass:: openstack.workflow.v2._proxy.Proxy
|
||||
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.create_execution
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.delete_execution
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.get_execution
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.find_execution
|
||||
.. automethod:: openstack.workflow.v2._proxy.Proxy.executions
|
||||
|
Loading…
Reference in New Issue
Block a user