The front-end of the Camunda BPM platform has been under heavy development.The web-apps have been externalized and separated into different projects,which means that the “admin“, the “cockpit” and the upcoming “Tasklist” have their own repositories,and those projects are now relying on the “UI commons” and the “JavaScript SDK” libraries. The JavaScript SDK The actual JS SDK has already been implemented in the upcoming Tasklist and allows us to start processes and use their embedded forms (when they use one). The forms handling is also being re-written from scratch to be easier to use and less conflicting with the HTML you might have wrote to customize your user experience. New embedded form: What did change? Mostly, the attributes. An embedded form must have…
By Valentin Vago