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{
|
monitor := LocalMonitor{
|
||||||
Logger: logger,
|
Logger: logger,
|
||||||
Duration: duration,
|
Duration: duration,
|
||||||
ExecutionID: Execution.UUID,
|
ExecutionID: Execution.ExecutionsID,
|
||||||
PeerID: Execution.CreatorID,
|
PeerID: Execution.CreatorID,
|
||||||
}
|
}
|
||||||
monitor.LaunchLocalMonitor()
|
monitor.LaunchLocalMonitor()
|
||||||
|
Loading…
Reference in New Issue
Block a user