fix(examples/flowise-governance): refresh validated Flowise 3.1.4 export - #4051
Open
Ricky Gummadi (Ricky-G) wants to merge 1 commit into
Open
Ricky Gummadi (Ricky-G) wants to merge 1 commit into
Ricky Gummadi (Ricky-G) wants to merge 1 commit into
Conversation
Carry forward the validated Flowise export and sidecar import fix from the stale PR, document the tested version, and satisfy the spelling gate. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Ricky Gummadi <ricky.gummadi@outlook.com>
Ricky Gummadi (Ricky-G)
requested review from
MohammadHaroonAbuomar,
liamcrumm and
Prayag (prayagupa)
as code owners
September 20, 2026 10:33
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Closed
3 tasks
PR Review Summary
Verdict: AI review comments are untrusted advisory output. The summary reports workflow-generated completion status only, not model-authored pass/fail claims. |
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.
Summary
Replace the hand-authored Flowise governance flow with the validated Flowise 3.1.4 Agentflow export and carry forward the sidecar import fix from stale PR #3725. This replacement PR closes the tracking issue: Closes #3194.
Problem
The example flow on
mainwas authored against an incompatible schema and failed to import on Flowise. The sidecar also imported governance nodes from the package root even though the shipped package exposes them from dedicated submodules.Changes
.cspell-repo-terms.txtAgentflowintegration term so the exported flow passes the repository spelling gate.examples/flowise-governance/flowise-flow.jsonexamples/flowise-governance/README.mdexamples/flowise-governance/governance_server.pyAuditNode,GovernanceNode, andRateLimiterNodefrom their actual submodules.Testing
python -m json.tool examples/flowise-governance/flowise-flow.jsonpython -m py_compile examples/flowise-governance/governance_server.pygit diff --check/governallow/block validation are carried forward from fix(examples/flowise-governance): rebuild flowise-flow.json with validated 3.1.4 export #3725 and were confirmed in that PR's review.This replacement preserves the reviewed implementation while giving the fix a fresh branch and correct issue linkage. The stale #3725 PR will be closed after this PR is opened.