holunda-io/camunda-bpm-cloud

Wrap external tasklist with spring-boot

Closed this issue · 3 comments

I did not manage to run the node.js app. Maybe we should wrap it with jhipster?

Please no JHipster. But we can run it as a static resource from the container started by the Spring boot.

Currently, the Maven build runs the Node build and produces a simple static page, which can be packaged into the spring-boot archive. The problem is, that this archive must be the edge service, in order to route the requests to the backend.

Plan:

  • extend cloud-tasklist with spring-boot java app + zuul
  • configure zuul to delegate to event service