Hello,
We use BPM processes extensively and we found an efficiency problem when number of instances increased.
We have transition documents published on broker and that is our problem. When number of transition documents is big we have a big queue on broker and each pass between process steps waits whole queue which takes a lot of time. Time necessary to finish a bpm process is a sum of processing transition documents (our issue) plus time required to configure systems.
Is there any configuration we could use to avoid this problem?