Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using appfabric to persist a xamlx workflow. The workflow should create a task and wait for my approval. Once i approve, the task status should be completed and then the workflow should execute the next step.

I configured the appfabric to unload the instance from the memory after 30 seconds.

After the workflow instance is unloaded from the memory, i try to approve the task but the workflow creates a new task and set its status to "completed" and moves to the next step but it keeps the old task as it is and its status is in progress

Is there any reason for this strange behavior??
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900