Robot - 'Supports Persistence' must be enabled in project settings to run this workflow

Hello everyone, i need your help on this one.

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.

@JomarieBancolo

can you please show a screenshot

and what is added

cheers

Hello @JomarieBancolo

Which type of workflow did you add?
Perhaps the Long Running Workflow will require this.

You could check the Project Settings to see if Supports Persistence is enabled and try flicking it off.

Regards
Soren

Hi @JomarieBancolo

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.