Click here to Skip to main content
15,921,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,
I had 1 more doubt on workflows. Here when i create new workflow I am able to transfer from one state to other by using sessions. But if i gone for long running processes I am not able to restore the sessions as browser was closed. In order to over come that I am storing state values into database. But here I am not able to restart the workflow where i stopped previously. So can anybody help me how to restart the workflow a workflow from state where we stopped.
Posted

Hi everybody,
Got answer for this after a long struggle.
Here solution is, we can restore the state workflow in which state we left it by using rehydration.
For this declare an event in your interface and define that event in the service class. Now go to workflow design and give the event name and call one external method.
the link which i got answer is shown below with help of this i solved this issue.


Navigational Workflows Unleashed in WWF/ASP.NET 3.5[^]
 
Share this answer
 
Hi everybody,
Got answer for this after a long struggle.
Here solution is, we can restore the state workflow in which state we left it by using rehydration.
For this declare an event in your interface and define that event in the service class. Now go to workflow design and give the event name and call one external method.
the link which i got answer is shown below with help of this i solved this issue.


Navigational Workflows Unleashed in WWF/ASP.NET 3.5[^]
 
Share this answer
 

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