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.
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.