Job executor Test

Hi everyone,

I have a process with parallel gateway and three script task. I have set job priority for these tasks, but these script tasks have not been executed in order of priorities that are set.
can anyone help me with this issue?

Thanks in advance

here is the model
jobExample.bpmn (6.4 KB)

Hi @Niall

Do you have any idea about this subject?

Hi,

The job executor has a few strategies for job acquisition and execution. According to the docs here acquisition by priority is disabled by default. Hence I suggest you set the job executor config jobExecutorAcquireByPriority to true in your config…

regards

Rob