I am planning on using Windows Workflow Foundation (version 4) to implement a user management system. For persistence, I would use the Instance Store with SQL Server.
I would have a workflow instance per user, and there would be 10000+ users. This means there would be, at all times, more than 10k running instances, most of them being waiting.
The question is: will WF be able to handle so many workflow instances? In other terms: will it scale?