Search code examples
camunda

It is possible to run all instances of a subprocess successively?


It is possible to run all instances of a subprocess successively?

My process constis many service tasks and some are not allowed to run parallel. Can I run them into a own Thread Pool/Job Executer, where is only 1 Thread/Job allowed to run? Or have anyone a smarter idea? enter image description here


Solution

  • You could setup an extra process engine (additional to default), deploy the process only there and set its jobexecutor to use a threadpool of size=1.