The WorkflowApplication has been aborted because a Load or LoadRunnableInstance operation threw an exception. Create a new WorkflowApplication object to try loading another workflow instance

I am experience an issue when trying to implement document understanding in to my automation.

I get this error midway through the automation

System.Activities.WorkflowApplicationAbortedException: The WorkflowApplication has been aborted because a Load or LoadRunnableInstance operation threw an exception. Create a new WorkflowApplication object to try loading another workflow instance.

Does anyone know what this error means and how to fix it?

@Samuel_Trahan1

Can you please specify on which activity it is failing…

Also in the loxals pane exception details is there any extra info?

Cheers

A, little more details on the above would be helpful.

Thanks.

Hi @Samuel_Trahan1

Try using different documents or test files to see if the issue persists. This can help determine if the problem is specific to certain documents or if it’s a more general issue with the document understanding implementation.

Thanks!!