fix(DesignerV2): Added forceSave on run button, fixed connection panel issue (v5.961)#9201
Merged
rllyy97 merged 2 commits intoMay 20, 2026
Conversation
…oatingRunButton - Use WorkflowJson instead of Workflow type for standalone designer state - Remove id spreading from workflow state updates (use separate designerID) - Add forceSave prop to FloatingRunButton to allow saving even when not dirty - Fix getConnectionConfiguration manifest parameter to be optional - Simplify monitoring view workflow restoration
…lignment - Remove position:absolute from action icon in NodeLinkButton (both v1 and v2) - Left-align button content with justifyContent: flex-start
forceSave on run button, fixed connection panel issue (v5.961)
lambrianmsft
approved these changes
May 20, 2026
Contributor
❌ PR Validation ErrorAn error occurred while validating your PR. Please try again later or contact the maintainers. Error: API request failed with status 500 |
1 similar comment
Contributor
❌ PR Validation ErrorAn error occurred while validating your PR. Please try again later or contact the maintainers. Error: API request failed with status 500 |
Contributor
❌ PR Validation ErrorAn error occurred while validating your PR. Please try again later or contact the maintainers. Error: API request failed with status 500 |
Contributor
📊 Coverage CheckThe following changed files need attention: ❌ Please add tests for the uncovered files before merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Added
forceSaveoption to theFloatingRunButtoncomponent.Fixed some standalone v2 issues.
Fixed some connection panel render issues.
Impact of Change
FloatingRunButtonaccepts a newforceSaveprop;getConnectionConfigurationmanifest param is now optionaldesignerID) and workflow content state (WorkflowJson)Test Plan
Contributors
@rllyy97
Screenshots/Videos
N/A