Callie Jones
Callie Jones

Reputation: 217

IPersistenceBookmarks ValidationError When I write to UiPath Queue from Studio

I am writing my first UiPath Queue producer but when I run my RPA app from within Studio I hit the IPersistenceBookmarks ValidationException.

This is a simple project and I don’t have any bookmarks. Not even sure what a bookmark is. Any idea on how to fix this issue when I try to write to a UiPath queue?

Upvotes: 1

Views: 599

Answers (1)

Cameron McKenzie
Cameron McKenzie

Reputation: 3920

This is a relatively common error when people are putting together their first UiPath Orchestrator Queue processing program.

The UiPath Orchestration Template

When you work with Queues, you must create your UiPath project using the Orchestration Template, not the Blank Project used for so many other RPA scripts. The UiPath Orchestration Template has all of the required facilities built into it for reading UiPath Queues, adding UiPath Queue items and deleting items from the queue as well.

enter image description here

Use the Orchestrator template and your project will be published to UiPath Orchestrator in no time.

Upvotes: 1

Related Questions