I'm investigating Workflow Foundation and would like some clarification.
Is a single Workflow Type still bound to a single WorkFlow Service as seems to be the case in WF3?
Or can a Workflow Host/Workflow Host Factory (or something similar) be used in front of the Workflow Service that takes a Workflow Type as a parameter?
My scenario is that we would have multiple workflows that are different for each customer. Each workflow would start the same but by selecting the customer from the client the different workflows are called. Rather than hardcoding calls to multiple Workflow Services for each new customer I was hoping it would be as simple as adding a new Workflow Activity to a class library and adding the workflow name to the customer record in the database. (It wouldn't be this simple but I think this explains the concept).
Cheers