Reduce Concurrent Workflow Instances

Recommendation (MEDIUM)

Reduce the number of concurrently running workflow instances.

Every running workflow instance consumes a significant amount of server memory, even if they are instances of the same workflow definition. For example, if you have several background workflow instances that run periodically and have similar logic, combine them into a single workflow instance.