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
2 hours ago
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
2 hours ago
Check your flow & actions carefully as I believe you are trying to assign Glide Record object to a string output that is causing the issue. Convert the object to string and pass the value to output and subsequent steps and try it.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan