Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the maximum number of workflow instances that a single workflow runtime can handle at the same time?

0
10 Posted

What is the maximum number of workflow instances that a single workflow runtime can handle at the same time?

0
10

The maximum number of workflows that can run simultaneously in a single workflow runtime is the same as the number of CLR threads available for the process. Typically, this is 25 for single processor machines and 100 for dual processor or server machines. You can control the number of instances that can be run by specifying the number in the DefaultWorkflowScheduler constructor. The recommended number for single processor machines is 20.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123