Merge "Fix errors of parameter note"

This commit is contained in:
Zuul 2018-03-02 21:31:15 +00:00 committed by Gerrit Code Review
commit f3d79a5d78
2 changed files with 1 additions and 2 deletions

View File

@ -84,7 +84,7 @@ class EngineServer(service_base.MistralService):
:param rpc_ctx: RPC request context. :param rpc_ctx: RPC request context.
:param wf_identifier: Workflow definition identifier. :param wf_identifier: Workflow definition identifier.
:param wf_namespace: Workflow definition identifier. :param wf_namespace: Workflow namespace.
:param wf_input: Workflow input. :param wf_input: Workflow input.
:param wf_ex_id: Workflow execution id. If passed, it will be set :param wf_ex_id: Workflow execution id. If passed, it will be set
in the new execution object. in the new execution object.

View File

@ -122,7 +122,6 @@ class EngineClient(eng.Engine):
"""Starts workflow sending a request to engine over RPC. """Starts workflow sending a request to engine over RPC.
:param wf_identifier: Workflow identifier. :param wf_identifier: Workflow identifier.
:param wf_namespace Workflow namespace.
:param wf_namespace: Workflow namespace. :param wf_namespace: Workflow namespace.
:param wf_input: Workflow input data as a dictionary. :param wf_input: Workflow input data as a dictionary.
:param wf_ex_id: Workflow execution id. If passed, it will be set :param wf_ex_id: Workflow execution id. If passed, it will be set