Custom frontend for Camunda with embedded forms (stored in Camunda)

Hi to everyone!

It is necessary to make an Angular client that will interact with the camunda by rest api.
It is important to maintain the approach by which the embedded task forms are stored in Camunda, as it is done with default camunda Tasklist.

The problem of the way angular works, it has to know about every component at buildtime.

Has anyone solved a similar issue before?
Or maybe there are some suggestions on how this can be resolved?

I will be very grateful for the help!
Thanks!

1 Like

Have you had a look at ngInclude…angular can include an html fragment which you coukd get from the camunda rest api…

Angular doesn’t have a ng-include as AngularJS used to have.