Tasklist form and multiple spring boot process applications

Hi, all
In my current project, we plan to use spring boot to build the whole application. There’s one centric camunda webapp with tasklist and cockpit and multiple spring boot process applications. All these share a single camunda database so cockpit and tasklist can view all camunda stuffs. And each process application has its own bpmn and UI

However, we meet the issue of the task form. Because all these applications use its own embedded engine, the centric tasklist can’t determine the form URL from other applications.
One solution is to build the tasklist by ourselves which I don’t like anymore.

Could you give any suggestion how we can reuse the tasklist of camunda to open a ‘real external’ task form?

BTW, the applications share some SSO so there’s no auth problem.

Thanks

Were you able to solve your problem ? I have a similar use case , have a springboot micro services that will point to the same Camunda mysql DB. will that have any issues ? any thoughts from anyone.?

For everyone who is looking for an answer:
Have a look at this entry