Kirill Tyugaev c9c212c81a wokflow: add update_workflow proxy method
Change-Id: I939530af74174f6b0db706295a34612bb643ca38
2023-07-18 14:18:11 +03:00

36 lines
972 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, update_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
Cron Trigger Operations
^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.workflow.v2._proxy.Proxy
:noindex:
:members: create_cron_trigger, delete_cron_trigger, get_cron_trigger,
find_cron_trigger, cron_triggers