Distributing Flowable

Hi,

Is it possible to distribute flowable engine across a cluster and have different spring boot instances be responsible for specific services/java delegates? E.g. service “Generate Invoice PDF” must happen on a specific server/cluster.

Thanks,
-Tim

Hi,

it is not possible out of the box, but there are ways how to distribute specific tasks to specific instances. (e.g. job executor for async tasks,…)

Regards
Martin