mattcasters opened a new pull request, #7485: URL: https://github.com/apache/hop/pull/7485
## 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 - #7433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
