I have a wcf workflow that have three receive activities arranged in a sequential manner. i.e
1.receive application 2. Manager1 approval 3. final manager approval my problem is that i am able to consume the workflow from my client application and call the first (receive application activity), however when i try to call the second (manager1 approval receive activity) i get the following error
The execution of an InstancePersistenceCommand was interrupted because the instance '16c3dae0-92f5-45e8-bdaf-d6f4051a0a39' has not yet been persisted to the instance store.
I have check the database (instance store table) and the record seems to exist. i have also setup Correlation as specified in this article Please help, this is urgent