Skip to content

Show action duration in workflow metrics tab, fixes #7433#7485

Merged
hansva merged 1 commit into
apache:mainfrom
mattcasters:issue-7433
Jul 13, 2026
Merged

Show action duration in workflow metrics tab, fixes #7433#7485
hansva merged 1 commit into
apache:mainfrom
mattcasters:issue-7433

Conversation

@mattcasters

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

When a workflow is executing (or has executed), the Metrics tab now shows a Duration column after Logging date:

  • Finished actions: duration on the End of action row (from Result.getElapsedTimeMillis())
  • Still running: duration on the Start of action row (elapsed since start), updated while the workflow is active

Closes #7433

What was tested?

  • ./mvnw -pl ui -am compile -DskipTests
  • Spotless check on the ui module
  • Manual verification in Hop GUI Metrics tab for finished and in-progress actions

Related issues or PRs

Add a Duration column after Logging date. Show elapsed time on the
End of action row when finished, or on Start of action while still
running, with live updates while the workflow is active.
@hansva hansva merged commit 04fba1f into apache:main Jul 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Show the duration of actions in the workflow metrics pane

2 participants