holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
68 stars 26 forks source link

Allow to process multiple commands in the same unit of work #706

Closed zambrovski closed 1 year ago

zambrovski commented 1 year ago

Scenario

Current Behaviour

Only one command can be processed inside the same Unit of Work

Wanted Behaviour

Commands can be batched if the special batch mod is switched on via property.

zambrovski commented 1 year ago

The switch polyflow.integration.camunda.sender.task.batch-commands must be set to true for every deployment of Taskpool Core together with Collector component.