From 494ba2f3619d63eb6ed3e5377ceb9b6a96082339 Mon Sep 17 00:00:00 2001 From: pb <pierre.bayle@irt-stexupery.com> Date: Thu, 17 Apr 2025 19:58:59 +0200 Subject: [PATCH] updated the value of ExecutionID in LocalMonitor object --- daemons/execution_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()