Disable flowable-task process-api end point authentication feature

Hi Team

Want to disable flowable-task process-api end point basic authentication . Can any one help me on this?

We need to invoke the process-api end points multiple times for task completion and as observed the authentication is bit expensive . want to try to disable and observe the performance

To do that, you would need to customize the backend code of Flowable Task and configure the SecurityConfiguration differently. Not sure if that’s possible by overriding beans on the classpath or whether you need to clone the code and build it.

Thank you for the suggestion