Skip to content

fix(examples/flowise-governance): refresh validated Flowise 3.1.4 export - #4051

Open
Ricky Gummadi (Ricky-G) wants to merge 1 commit into
mainfrom
ricky-g-refresh-flowise-import-fix
Open

Ricky Gummadi (Ricky-G) wants to merge 1 commit into
mainfrom
ricky-g-refresh-flowise-import-fix

Conversation

@Ricky-G

Copy link
Copy Markdown
Contributor

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 main was 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

File What changed
.cspell-repo-terms.txt Added the Agentflow integration term so the exported flow passes the repository spelling gate.
examples/flowise-governance/flowise-flow.json Replaced the hand-authored chatflow with the validated Flowise 3.1.4 Agentflow export.
examples/flowise-governance/README.md Documented Flowise 3.1.4, updated the Agentflow import instructions, and aligned the architecture description with the exported nodes.
examples/flowise-governance/governance_server.py Imported AuditNode, GovernanceNode, and RateLimiterNode from their actual submodules.

Testing

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.

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>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 20, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

Copy link
Copy Markdown

PR Review Summary

Check Status Details
🔍 Code Review ⚠️ Missing No current-run comment
🛡️ Security Scan ⚠️ Missing No current-run comment
🔄 Breaking Changes ⚠️ Missing No current-run comment
📝 Docs Sync ⚠️ Missing No current-run comment
🧪 Test Coverage ⚠️ Missing No current-run comment

Verdict: ⚠️ AI review incomplete; ready for human review

AI review comments are untrusted advisory output. The summary reports workflow-generated completion status only, not model-authored pass/fail claims.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/L Large PR (< 500 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(examples/flowise-governance): flowise-flow.json fails to import on Flowise 2.x and 3.x

1 participant