Error in 'Fire Event' Action in Flow Designer, how to resolve?

Damayanti Sarod
Tera Contributor

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')

DamayantiSarod_0-1758039940936.png



Thanks!



1 REPLY 1

Bhuvan
Kilo Patron

@Damayanti Sarod 

 

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