Click here to Skip to main content
15,895,807 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there

In a sequential workflow, using Windows Workflow Foundation, is there a way to backtrack to a prior Activity?

For example, if there are three activities: A, B, and C, and we get to C, and the user changes his/her mind about the response to B, can we get back to B?
Posted

1 solution

I think what you are talking about is State Machine Workflows;

http://msdn.microsoft.com/en-us/library/ms735945(v=vs.90).aspx[^]
 
Share this answer
 
Comments
Wendelius 15-Aug-11 16:51pm    
That's what it sounds like, my 5

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