We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Damayanti Sarod
Tera Guru

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!



5 REPLIES 5

Arturo Balderas
Tera Contributor

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.