Is there a limit of number of Workflow processes that can be defined on a single server?
Maximum is 512 processes
Thanks for confirming. I vaguely remember this, but need the confirmation.
I will need to get creative and gang up multiple processes together otherwise they would need at least 20 servers with the scenario that was presented to me. My gut feeling is that most of the 10,000 processes are very similar and there has to be a better approach that their scenario.
You can use condition to group many of them to into a same process.
Once you have made multiple processes, if part of each processes are the same, make use of subprocesses. That makes it easier for you to maintain and aply changes globally.