Workflow Design Dilemma - State Machine, yes or no
问题 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 which have a state: Spare Installed In-Repair Items may spend months in each state, and there are thousands of items. The question is, do I create a state machine workflow for all the different states? Or do I create workflows for transitioning between states? If I understand correctly, if I create a single state machine