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

Provide a BatchService

pschalk opened this issue · 0 comments

Currently it's just possible to create a batch via CustomBatchBuilder.

But additionally, it would also be nice to have some api, like ManagementService, to create a new Batch.
This Service could also provide other useful methods like getting batch statistics / doing batch query (By using ManagementService?), ...