Skip to content

Commit

Permalink
Fix issue where the wrong workflow version would be used while displa…
Browse files Browse the repository at this point in the history
…ying run status
  • Loading branch information
mhmdiaa committed Feb 23, 2024
1 parent 3878eff commit 3cd09ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/execute/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func WatchRun(runID uuid.UUID, downloadPath string, nodesToDownload map[string]o
mutex.Unlock()
break
}
version := output.GetWorkflowVersionByID(*run.WorkflowVersionInfo, uuid.Nil)
allNodes, roots := CreateTrees(version, false)

out := ""
out += fmt.Sprintf(fmtStr, "Name:", run.WorkflowName)
Expand Down

0 comments on commit 3cd09ec

Please sign in to comment.