In this example, however, I need to adapt the Standard Camunda Tasklist, which I’d prefer not to.
So, will React be the officially recommended library for Embedded Forms and will React replace AngularJs as default integrated library? Or will there be no default integration anymore, so you always have to integrate a library of your choice yourself?
We are in the same position of using AngularJS in the tasklist and need to update to Angular or another front-end framework. When will this be available in Camunda as it is giving us very little time to update our systems?
hello @Duncan-Cooper
i have the same problem as you
i want to update cockpit interface to angular 13 it is possible or not ?
thanks you to help me by advice
It’s pretty hard to upgrade the WebApps form AngularJS as there isn’t really a direct migration path.
At the moment though we’re going to ensure that users who are worried about security vulnerabilities can rest assured. In the coming release we’re going to exchange AngularJS to a supported alternative called XLTS
Hi @Niall
thank you for reply
Has anyone had success integrating Cockpit (open source version) into an Angular application or in most cases it is used as a standalone component ?
I don’t really know - i’m also a little confused about why you want to integrate Cockpit into another application. Can you explain the use case in more detail.
We haven’t shipped any releases with XLTS for AngularJS yet. We currently expect that the end of May patches and the alpha we publish in June will have it. For users, there will be no special update activities required, since it’s pretty much just a drop-in replacement for regular AngularJS. Just perform the regular Camunda update.
I am using Camunda modeler to draw my workflow. However, I want to package the cockpit with my Angular application in order to have a BPM monitoring solution in the same frontend, as I understood from our discussion. It is not possible to embed Cockpit in an Angular 12 application. Am I right?
I’m not sure i’ve ever heard of someone successfully doing that.
But lots and lot of people have implemented Cockpit’s features in their own frontends using the underlying bpmn.io libraries - which have no such dependency on any version of Angular.
So i would suggest you take a look at doing that instead of trying to adapt cockpit as it currently stands.