Customize Job Acquisition

Hello,

i’ve been wondering if it’s possible to customize the job acqusition code to add a few more conditions in a spring boot embedded engine?

My use-case is kind of a few external switches to disable (not skip, just disable until it’s enabled again) the execution of certain “parts” of a process under some sitations (but not the entire process instances - so i can’t pause it) - and to throw errors and retry infinitly until the switch is on again isn’t really a nice solution.

Therefore it would be cool to extend the aquisition to check that external swtich before aquiring a job.

Best Regards
Philipp