Ceiling of number of RUNNING processes in total on a worker. The purpose would be to have a predictable limit/cap on the CPU and/or memory usage on a worker, at any given time.
So for example, if the individual BPMN limits are:
BPMN A: 5
BPMN B: 3
BPMN C: 2
and there is a cap:
CAP = 4
You could, for example have 1 A running, 2 B running, 1 C running (totals to 4), at most.
CURRENT WORKAROUND:
- limit a worker to a single BPMN type
- use a smaller/appropriately-sized worker instance class