Summary Currently, when users re-run a workflow or trigger a new pipeline in the CircleCI UI (version 4.7.3), the project home page does not automatically update to show the new workflow/pipeline without manually refreshing the page. This creates a disjointed user experience and adds unnecessary steps to the workflow monitoring process. Current Behavior When a user re-runs a workflow, the UI does not automatically update to show the new workflowUsers must manually refresh the page to see newly triggered workflows/pipelinesThis behavior is inconsistent across the UI - in some contexts, a workflow re-run loads the workflow's jobs view, while in others it does nothing visible until refreshThis issue has been confirmed by CircleCI support as "expected behavior" but represents a suboptimal user experience Requested Feature Implement real-time UI updates so that: When a user re-runs a workflow, the UI automatically updates to show the new workflow without requiring a page refreshThe project home page (with appropriate branch filters) automatically updates when new pipelines are triggered"Following" a project provides a more real-time experience with automatic updatesThe UI behavior is consistent across different contexts within the application User Impact This feature would: Reduce friction in the development workflowEliminate confusion about whether actions have completed successfullySave time by removing unnecessary page refreshesCreate a more responsive, modern application experienceAlign with user expectations for real-time feedback Business Value Implementing this feature would: Improve overall user experienceReduce support inquiries related to this confusing behaviorAlign with modern web application standardsDemonstrate responsiveness to customer feedback Suggested Implementation When a user triggers a workflow re-run, the UI should either: Automatically navigate to the workflow's job view, orRefresh the pipeline's workflow view in place Either approach would provide immediate visual feedback that the action was successful and eliminate the need for manual page refreshes.