I\'m a beginner with WF, but I\'ve read a book and done a lot of googling. I want to write an inventory management service. The inventory is made up of individual items whic
Given Your additions (more than 3 states, not all transitions are allowed), I would do the following:
All you need to do then is to transform Your items using the state machine, whenever an extern event occurs, that forces/implies just that.