Hi,
I am new Flowable. I am using Flowable 6.5.0.
I have created a flowable spring boot app with Spring boot flowable starter rest dependency. The bpmn file is deployed successfully. I am able to see the process definition and deployments via Rest Endpoints. I am using PostgreSql DB.
I tried to configure Flowable admin with the spring boot rest endpoints so that i can view the deployments or process definition in the flowable admin UI.
http://localhost:9081/process-api/repository/process-definitions
http://localhost:9081/process-api/repository/deployments
When i add the above endpoints in Flowable admin, i get the error message as below.
No mapping for GET /process-api/repository/process-definitions
/management/engine
Could you please give any pointers on the above issue.