Skip to content

Fix issue with Workflow Node Timer inaccuracy - #771

Merged
cigamit merged 1 commit into
mainfrom
workflow_node_timer
Aug 31, 2026
Merged

Fix issue with Workflow Node Timer inaccuracy#771
cigamit merged 1 commit into
mainfrom
workflow_node_timer

Conversation

@cigamit

@cigamit cigamit commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Resolves #769

This fixes the issue with the timer restarting every time you view the running Workflow.

@cigamit
cigamit requested a review from TheWitness August 31, 2026 03:49
@cigamit cigamit self-assigned this Aug 31, 2026
Copilot AI lite review requested due to automatic review settings August 31, 2026 03:49
@cigamit cigamit added bug Something isn't working javascript Pull requests that update javascript code labels Aug 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR addresses #769 by ensuring the API includes a job’s started timestamp in summarized job payloads, enabling the UI to display accurate elapsed time for running workflow nodes when the Output view is opened/re-opened.

Changes:

  • Include started in the job entry of SUMMARIZABLE_FK_FIELDS so summary_fields.job.started is available to consumers (notably the Workflow Output UI).
File summaries
File Description
awx/api/serializers.py Adds started to summarized job fields so workflow output nodes can compute accurate running elapsed time across page loads.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread awx/api/serializers.py
@cigamit
cigamit merged commit 2e433b8 into main Aug 31, 2026
10 checks passed
@cigamit
cigamit deleted the workflow_node_timer branch August 31, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

Output view of running workflow job does not show real running time of currently active nodes

3 participants