File: workflow.rst

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (35 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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