Merge "Adds missing "params" attribute for creating a Mistral workflow execution"

This commit is contained in:
Zuul
2019-03-29 10:29:22 +00:00
committed by Gerrit Code Review

View File

@@ -43,6 +43,8 @@ class Execution(resource.Resource):
#: A JSON structure containing workflow input values
# TODO(briancurtin): type=dict
input = resource.Body("input")
#: An optional JSON structure containing workflow type specific parameters
params = resource.Body("params")
#: The output of the workflow
output = resource.Body("output")
#: The time at which the Execution was created