Creating Embedded Forms in Camunda 8 Platform

Is there any plugins to add an Embedded Form having upload file component in the Camunda 8 Platform.? If there is, how can we implement the same in Camunda Saas?

Hello @Biswakesh_Naik ,

no, there is not. Camunda 8 relies on Camunda Forms.

If you require embedded forms, you would have to create your own frontend.

Jonathan

Hello @jonathan.lukas ,
Thank you for the reply confirming on that.

I have another question @jonathan.lukas. Is there a way to create database connections and extract data in the modeller ? I couldn’t understand the use of Data Object Reference and Data Store Reference.

Hello @Biswakesh_Naik ,

the data objects and data stores exist (in Camunda) to document data flows from a business perspective. In the BPMN standard, they exist to create data scopes and control access to this data.

I hope this helps

Jonathan