You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A current bottleneck for Camunda processes is to call the rules engine per record.
The idea is to download the rules frequently and run them locally within the job.
The prevents a lot of http requests and als prevents some license limitations.