Deployment-Aware Job Executor

Hi Timo,

If you run a deployment-aware job executor, then the job executor only picks up deployments that are registered with the process engine.

How registration happens:

  • Whenever a deployment is made via API
  • Whenever a process application is (re-)deployed, it registers all deployments it makes and resumes
  • Manual registration via ManagementService#registerDeploymentForJobExecutor
  • Registrations are not persisted

So in order to answer your questions, we would have to look at when these things happen, which depends on how you deploy your processes.

Cheers,
Thorben

2 Likes