How to solve deserialization issues with System.Activities.Location?

Hello.

I hope I can find an answer to my issue and if you have anything to suggest I am all ears.
So, to get to the concept, I was extracting data from pdfs using trained extractor. When I check if anything is missing I send it to action center to get the validation there, I press the submit button that everything has been validated and when I resume the process, right after I press “Resume”, I get this error.

I searched in forum for a similar case but I didn’t find anything.

Could you please share your thoughts with me? It would be really helpful.
Thank you.

Hello @aikaterini.karakasidi,

There might be an issue with the dependencies. Could you please check if all dependencies are up to date?

1 Like

@aikaterini.karakasidi,

Two possible solutions

  1. Try upgrading all the dependencies in the project to latest possible version.
  2. Take backup of your project.json and delete it from your project. Now reopen the project and let the studio rebuild the project.json
1 Like

I have these versions on my dependencies. But I’ll try to upgrade them to the latest.

The weird thing is that I don’t get the same error each time I am running it. This happens to some of the files.

Ugraded all the dependencies and still get the same error.

This is related to some of the variables you have in scope at the time of suspending the workflow.
Can you show us the variables that are in scope when the wait activity occurs?