Is Windows Work Flow (WF) good for tracking lots of items in a warehouse?
Say for example I have a warehouse that has 20,000 packages move through it a day. Those packages arrive and move around to 0 to 5 locations in the warehouse using a semi-automated system and then move to a storage location for a while.
Is WF a good technology to use to handle tracking movements and activities?
I hear that WF is good for long running processes and can move process into and out of hybernation fairly easily. These are good features that are getting me to consider it.
However, it seems to run a single point of execution through the WF app. Which would not allow for lots of packages "running" activities to update where they are.
I think I like WF, but I don't want to try to make it work for something that is not its forte.
Any advice?