Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When navigating to a Sub Flow Run from a Flow Run Details page, the graph doesn't remount. #1269

Open
brandonreid opened this issue Mar 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@brandonreid
Copy link
Contributor

Steps to reproduce:

  • View a flow run that contains sub flow runs.
  • On the graph, select the sub flow run to view it's details in the side panel.
  • Click the flow run graph's name to navigate to it.

Result:
The graph state is stuck rendering the parent flow run.

If you refresh on this page, you'll see the graph render with just the sub flow run nodes.

Expected:
The graph should rerender to show the same state shown on a fresh load.

@pleek91
Copy link
Collaborator

pleek91 commented May 1, 2023

Fixed the reactivity issue in prefect-ui-library's FlowRunTimeline component in #1393 but that revealed an issue within the timeline itself where its unable to remove nodes. Closing that PR for now until we can address this more holistically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants