The Executor processes all executions and Flowable tasks.

The primary goal of the Executor is to receive created executions and look for the next tasks to run. This server component doesn't perform any heavy computation.

The Executor also handles special execution cases:

You can scale Executors as necessary. Given that no heavy computations are performed by this component, it requires very few resources (except for deployments with a large number of executions).