Hi at all,
Is it possible to have one tasklist, in wich you can start multiple processes, but each process has its own springboot process application?
My idea would be to have one application that is the camunda web app. The other applications would have their own embedded process engine and each run one process. The web app would then show all the different processes, because all the applications user the same database.
Would this work? Is this a good way to go?
If yes (just to understand it right), the webapp would call the other applications in the background via rest to start their processes right?
Thanks for your help