Fix errors of parameter note
Change-Id: Ib4b731e24aaccad83649d32937d3bc193d19eb94
This commit is contained in:
parent
8fa4b1bf09
commit
0232fdb163
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user