Python deserialization exception

I have a workflow having multiple python scopes. Before it worked fine but since 10days I don’t know why but its randomly throwing “Python deserialization exception” I did not make any upgrades in my packages or my python version. Once I run the workflow it shows the error but if I run it the next time, without making any changes, it executes smoothly without throwing an error. How to handle it? Or can I catch it using try catch? Or anyway to not get this error?

@Vyshnavi_Nalumachu,

If it’s intermittent issue and cannot be reproduced to test and fix, you should be using Retry Scope. This will give retry to the activities.

Thanks,
Ashok :slight_smile:

Hi @ashokkarale ,
I will try it and let you know

Thanks

1 Like