Using "Wait for Form Task and Resume" in REF

Hi,

Is there a way to use Wait for Form Task and Resume activity in Process state of REF? While invoking it is throwing error: Invoke Process workflow: An extension of type ‘UiPath.Activities.Contracts.Persistence.IPersistenceBookmarks’ must be configured in order to run this workflow.
Supports Persistence is enabled in Project settings.

Hi @tilarapiyush

I can see several posts mentioning that the Wait and Resume activities should be placed in the process Entry Point main.xaml

This could be a problem in RE Framework.

I also think that you should switch on the Background Process setting (or requiresUserInput=False).

Regards
Soren

1 Like

You will have to create a orchestration process and Add “Wait for Form Task” activity in the main.xaml. This activity cannot be under any other workflow apart from Main Workflow.
This how I solved.

1 Like