Fix flow reference mismatch in CRM example action#835
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Action 'convert_lead' referenced 'lead_conversion_flow' but the flow is named 'lead_conversion'. Updated target to match the actual flow name. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all CI errors
Fix flow reference mismatch in CRM example action
Mar 1, 2026
hotlong
marked this pull request as ready for review
March 1, 2026 07:47
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken cross-reference in the CRM example app that was causing CI failures during the objectstack compile step. The convert_lead action was referencing a flow named lead_conversion_flow, but the actual flow defined in the project is named lead_conversion. The fix aligns the action's target field with the correct flow name.
Changes:
- Corrected the
targetfield inConvertLeadActionfrom'lead_conversion_flow'to'lead_conversion'to match the actual flow name defined in the CRM example.
9 tasks
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.
CI build fails because
convert_leadaction references flowlead_conversion_flow, but the flow is namedlead_conversion.Cross-reference validation in
objectstack compilecatches this during theexamples/app-crmbuild step.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.