diff --git a/daemons/execution_manager.go b/daemons/execution_manager.go index e117534..352087c 100644 --- a/daemons/execution_manager.go +++ b/daemons/execution_manager.go @@ -51,7 +51,7 @@ func (em *ExecutionManager) executeExecution(Execution *workflow_execution.Workf monitor := LocalMonitor{ Logger: logger, Duration: duration, - ExecutionID: Execution.UUID, + ExecutionID: Execution.ExecutionsID, PeerID: Execution.CreatorID, } monitor.LaunchLocalMonitor()