Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: fix: workflow statusesSummaryThis PR touches three files in the workflow visualizer and makes four distinct changes: import reorganization, a status fallback fix, a retry count display fix, and ReactFlow interaction model improvements. Issues1. Potentially Incorrect Status Fallback (
|

Description
This pull request improves the workflow visualizer component with several enhancements and bug fixes. The changes include reorganizing imports for better readability, fixing the default status logic for workflow entries (changing from "pending" to "completed" when no explicit status is provided), correcting the retry count display to show actual attempts rather than retry attempts, and enhancing the ReactFlow interaction model by disabling node dragging, edge reconnection, and pan activation key while enabling full pan on drag functionality.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: