I’m doing a migration of a Windows Workflow Foundation application
From: Windows server 2008 R2 with IIS 7.0 Framework .Net 4.5 Windows Workflow Foundation 4.5
To: Windows 2012 server with IIS 8.0.9 Framework .Net 4.5 Windows Workflow Foundation 4.5
When I try to proceed with the execution of an instance of a running(migrated) process I got this error:
The execution of an InstancePersistenceCommand was interrupted because the instance key [GUID] was not associated to an Instance
The process instance’s GUID of the error doesn’t match with the one present in the database. It seems like that the process instance’s GUID is generated and not read from the database, but is generated with some data retrieved somewhere that changes with the new server.
Someone succeed on a migration of a Windows Workflow Foundation application with open instances of processes solving this problem?
thanks in advance, Danny