From bf1cb908d4a7001a0fe0df204501d7c83124ba8e Mon Sep 17 00:00:00 2001 From: Renato Recio Date: Wed, 17 Aug 2016 18:13:13 -0500 Subject: [PATCH] Closes-Bug: 1607348 Change-Id: I9a29d17a6d51226d376224910cb287bfa8e05f5c --- mistral/engine/rpc_backend/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral/engine/rpc_backend/rpc.py b/mistral/engine/rpc_backend/rpc.py index ef1d65cd..a88ec8e2 100644 --- a/mistral/engine/rpc_backend/rpc.py +++ b/mistral/engine/rpc_backend/rpc.py @@ -417,7 +417,7 @@ class EngineClient(base.Engine): :return: Workflow execution. """ - return self._client.call( + return self._client.sync_call( auth_ctx.ctx(), 'rerun_workflow', task_ex_id=task_ex_id,