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

using the camunda batch execution for custom batch runs
Apache License 2.0
29 stars 11 forks source link

Provide possibility to register job handler when creating batch #14

Closed p-wunderlich closed 7 months ago

p-wunderlich commented 6 years ago

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)

jangalinski commented 6 years ago

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