Flowable Process-Instance Performance Testing

Hi Flowable Team,

How many concurrent process requests supported by flowable ?

Example:
API: http://localhost:8091/runtime/process-instances

How many concurrent http requests can be made at a time and how many will execute? is there any limitation ?

Thanks,
Manjunath

Hi Manjunath,

The main limits are more to do with the environment and stack you’re using. The REST APIs are a thin layer above the Java API (so not much hit there, unless your network/authentication impacts it), then the Java API for querying process instances is mostly limited by the DB performance.

Cheers
Paul.