Use Flowable REST App instead of Flowable Task application REST API

Hello,

I am new on Flowable. I would like to know how to configure Flowable Ui Apps (Flowable Modeler application and Flowable Admin application) to use Flowable REST App instead of Flowable Task application REST API for REST calls.

In Flowable doc, section 14.5 it is written : “By default, it is configured to connect to the Flowable Task REST API, but you can easily change this to use the Flowable REST app REST API instead.” Could you explain me the steps to change this configuration please?

Best regards.

That section is about the admin application, for which the rest endpoints can be configured in the UI itself.

For the modeler application, only the deployment REST endpoint matters, and it’s configured with the following default property that can be changed:

deployment.api.url=http://localhost:8080/flowable-task/process-api