Closes-Bug: 1607348

Change-Id: I9a29d17a6d51226d376224910cb287bfa8e05f5c
This commit is contained in:
Renato Recio 2016-08-17 18:13:13 -05:00
parent bc4b0042b4
commit bf1cb908d4

View File

@ -417,7 +417,7 @@ class EngineClient(base.Engine):
:return: Workflow execution. :return: Workflow execution.
""" """
return self._client.call( return self._client.sync_call(
auth_ctx.ctx(), auth_ctx.ctx(),
'rerun_workflow', 'rerun_workflow',
task_ex_id=task_ex_id, task_ex_id=task_ex_id,