Hi,
What all properties need to be enabled in the backend to work flowable-rest endpoints
basically in the Application properties what all needs to be enabled
when i start my application i get errors like
no static resource found
or 404
Those properties never worked for the flowable-rest application. They were for the Flowable UI Application. Those were 2 different independent applications.
From Flowable 7 there are no UI applications anymore. Only the Flowable REST application where the Flowable REST API is hosted.
So no those properties won’t work, to be honest, I don’t think that they were official Flowable properties as well.
so lets say i want to build a flowable UI just for my application and i want to display the current processInstance that are running
how should one achieve that?
You’ll need to build your own UI that can process the responses from the REST API. If you do that, then yes you would be able to display the diagram at runtime.