Bringing all REST URLs together

Hi all,

I’ve been trying to use the Angular code for the creation of the DMN decision tables inside our own application. The major difficulty I have encountered so far is the location of the URLs which point to the REST service. They are spread out throughout the application which makes it difficult to allow us to easily change them (while being able to integrate new features and updates from the Flowable application with ease).

Hence I thought it would be a good idea to bundle the creation of all URLs into a single file, which can then easily be overwritten to be used in another application with custom endpoints.

To make this more tangible, I’ve jumped the gun a little bit and already created a pull request (#602 https://github.com/flowable/flowable-engine/pull/602). Any comments and suggestions are welcome!

Kind regards,

Stijn

Thanks Stijn, for the PR. We’ll look at it soon and discuss it further there if needed.