Fix incorrect solution flow detection in backup reminder notifications#10838
Closed
Fix incorrect solution flow detection in backup reminder notifications#10838
Conversation
… orphaned objects flows Co-authored-by: mohamrizwa <220306360+mohamrizwa@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix backup reminder message for non-solution flows
Fix incorrect solution flow detection in backup reminder notifications
Feb 11, 2026
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.
Inactivity notification flows were incorrectly flagging all flows as solution-managed, causing users to receive misleading "automatic deletion not possible" warnings even for non-solution flows.
Root Cause
Flows used
admin_workflowentityid(a PVA-specific GUID) to detect solution membership instead of the correctadmin_issolutionflowboolean field.Changes
Admin | Inactivity notifications v2 (Start Approval for Flows)
admin_issolutionflowto query$selectclauseRequest Orphaned Objects Reassigned (Child)
admin_issolutionflowto query$selectclauseisSolnFlowproperty:Impact
Solution-managed flows will continue to show the deletion warning. Non-solution flows will now correctly omit it.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.