ValidateDanglingTransition cannot be cast to class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2026 01:30 AM
Hello everyone,
I have a workflow where I have changed the filter condition -> Validate -> Publish. When running, I encourter the error of "ValidateDanglingTransition cannot be cast to class" which is odd because I ran the validation and everything was fine.
Have anyone encountered an issue like this before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2026 08:09 PM
This happened to me due to the fact that the filter condition for the workflow was checking for the parent domain.
Given the record triggering the workflow is at TOP/MIDDLE/BOTTOM
The workflow filter condition used to check for TOP.
This causes my `ValidateDanglingTransition` error even though the validate process is a success.