Displaying Angular 7 forms inside Tasklist

I just started using Camunda and so far I know how to create a user task and design a html file and attach to the task and the form loads in run time.

Now I am trying to figure out how to display data passed from an Angular app inside camunda tasklist
and when the users are done with the task I need to pass it back to my angular app.

can I display an angular 7 form inside camunda tasklist through URL?

I would really appreciate your help.

I really doubt you can (without any bridge of sorts) because last time I checked, the Camunda web application is written in AngularJS (aka Angular 1.x)

Yes I thought the same. I couldn’t find anything related to this topic.

For now I am thinking of passing the data from my Angular app to Camunda and display that data inside camunda tasklist in html files. I will use Java back end to do some calculations and send data back to my angular app. Would it work?

Hello @steffi,
Did you manage to find a solution to this problem ?