The mistralclient.api.v2.workflows Module

The mistralclient.api.v2.workflows Module

class mistralclient.api.v2.workflows.Workflow(manager, data)

Bases: mistralclient.api.base.Resource

resource_name = 'Workflow'
class mistralclient.api.v2.workflows.WorkflowManager(http_client)

Bases: mistralclient.api.base.ResourceManager

create(definition, scope='private')
delete(identifier)
get(identifier)
list(marker='', limit=None, sort_keys='', sort_dirs='', **filters)
resource_class

alias of Workflow

update(definition, scope='private', id=None)
validate(definition)
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

python-mistralclient 3.1.1