updated the value of ExecutionID in LocalMonitor object
This commit is contained in:
parent
0f6213cd14
commit
494ba2f361
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user