Error in 'Fire Event' Action in Flow Designer, how to resolve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2025 09:26 AM
Hello Community,
I am getting the below error , while checking the flow executions in Flow Designer.
What does the below error mean and how to resolve it?
class com.snc.process_flow.engine.serialization.GRProxy$1 cannot be cast to class java.lang.String (com.snc.process_flow.engine.serialization.GRProxy$1 is in unnamed module of loader com.snc.orbit.container.tomcat8.Tomcat8$OrbitTomcat8ClassLoader @503372ec; java.lang.String is in module java.base of loader 'bootstrap')
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Damayanti,
Does your event record have a table defined?
I was having the same issue and i missed to define a table for my event, after defining it, the action completed successfully.
Hope this helps or at least points you in the right direction.
