I am developing a State Machine Workflow using C# and WF in visual studio 2008. On one of my states I need to wait for multiple events to happen until the workflow can transition to the next state. As an example think of a unanimous voting scenario. I cannot find a way to do this. Does anyone have a solution or workaround for this problem?
Share
A much more elegant solution would be to use the ParallelActivity:
http://spellcoder.com/blogs/bashmohandes/archive/2006/10/02/690.aspx