updated the value of ExecutionID in LocalMonitor object

This commit is contained in:
pb 2025-04-17 19:58:59 +02:00
parent 0f6213cd14
commit 494ba2f361

View File

@ -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()