From 0232fdb16329ca2f45b9e06b9c027827a6f32d0c Mon Sep 17 00:00:00 2001 From: pengdake <19921207pq@gmail.com> Date: Tue, 27 Feb 2018 10:45:33 +0800 Subject: [PATCH] Fix errors of parameter note Change-Id: Ib4b731e24aaccad83649d32937d3bc193d19eb94 --- mistral/engine/engine_server.py | 2 +- mistral/rpc/clients.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mistral/engine/engine_server.py b/mistral/engine/engine_server.py index cc72ad873..c843da784 100644 --- a/mistral/engine/engine_server.py +++ b/mistral/engine/engine_server.py @@ -84,7 +84,7 @@ class EngineServer(service_base.MistralService): :param rpc_ctx: RPC request context. :param wf_identifier: Workflow definition identifier. - :param wf_namespace: Workflow definition identifier. + :param wf_namespace: Workflow namespace. :param wf_input: Workflow input. :param wf_ex_id: Workflow execution id. If passed, it will be set in the new execution object. diff --git a/mistral/rpc/clients.py b/mistral/rpc/clients.py index d69f68697..3760f7bf7 100644 --- a/mistral/rpc/clients.py +++ b/mistral/rpc/clients.py @@ -122,7 +122,6 @@ class EngineClient(eng.Engine): """Starts workflow sending a request to engine over RPC. :param wf_identifier: Workflow identifier. - :param wf_namespace Workflow namespace. :param wf_namespace: Workflow namespace. :param wf_input: Workflow input data as a dictionary. :param wf_ex_id: Workflow execution id. If passed, it will be set