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, namespace='', scope='private')¶
 - 
delete(identifier, namespace=None)¶
 - 
get(identifier, namespace='')¶
 - 
list(namespace='', marker='', limit=None, sort_keys='', sort_dirs='', fields='', **filters)¶
- This is an abstract method - This is added here so that the find method gains some clarity. It must be implemented by the child class in order to find to work 
 - 
update(definition, namespace='', scope='private', id=None)¶
 - 
validate(definition)¶
 
- 
