openstacksdk/openstack/workflow
ITD27M01 7f2efadea7 Adds missing "params" attribute for creating a Mistral workflow execution
The v2 API of Mistral service have "params" attribute
for creating workflow execution [1]. This attribute
is a json object for workflow type-specific parameters.
For example, the "env" (environment) dict can be used
for installation specific inputs (dev/staging/etc..).
We are using such env's to split environments
but having the same logic in workflows definitions.

[1] https://docs.openstack.org/mistral/latest/api/v2.html#executions

Change-Id: Ic317b10c7b0053a8103ea2060491e437efc6898f
Story: 2005232
Task: 30014
2019-03-27 16:02:17 +03:00
..
v2 Adds missing "params" attribute for creating a Mistral workflow execution 2019-03-27 16:02:17 +03:00
__init__.py Base for workflow service (mistral) 2016-12-17 08:06:23 -05:00
version.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
workflow_service.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00