camunda-community-hub/camunda-platform-7-custom-batch

Provide possibility to register job handler when creating batch

p-wunderlich opened this issue · 1 comments

It would be nice, especially for on-demand batch jobs to provide an api that deploys batch job handler on the fly. (e.g. when calling create method of batch builder)

how would this be possible? The custom job handlers have to be registered on the processEngineConfiguration BEFORE the engine is built.