i have an RPA project in web studio that calls Agentic process via Run Job activity,
it works fine on the previous version but when i deploy a new version of the RPA project, i encountered the error ‘Supports Persistence’. i didn’t change anything on the agent, i just added another workflow at the end of the RPA that has no direct connection to the agent.
please enlighten me how to fix this one, thank you.
This usually comes from a mismatch in persistence settings. When you added the new workflow, the process likely got marked as “supports persistence” automatically. The agent you’re calling doesn’t match that setting, so it fails.
Check the process properties and the agent process and make sure both have the same persistence setting (either enabled on both or disabled on both), then redeploy.