Not able to execute "Wait For Document Classification Action And Resume" Activity

Hi Team, i am getting below mentioned error while using “Wait For Document Classification Action And Resume” Activity. This activity i am using in Process.Xaml (REF).i have enabled the required settings.

Error: Invoke Workflow File (ExtractDetails.xaml): An extension of type ‘UiPath.Activities.Contracts.Persistence.IPersistenceBookmarks’ must be configured in order to run this workflow.

You cannot persist on a workflow that isnt the entry point (Main.xaml usually).

In the REF the process is an invoked workflow, you have to wait on the Main.xaml

Hi @akhil_n.v

Try installing UiPath.Persistence.Activities package.

Hope it helps!!

It was already installed…

So we have to use this activity in main.xaml only ? Or any alternative if I want to use this in process.xaml ?

Nope, this is a hard requirement from Microsoft, who developed the framework all of UiPath is built on and this persistence stuff requires.

You have to do it on the Main, its a hard requirement.
The REFramework is not fit for a persistable process that requires a human or robot in the loop action and will wait.