Alternative to Camunda Modeler

Hi,

We dont want to use modeler to design our workflow. Instead, we want to have our own simpler UI (which is not flow diagrams) which are some sets of drop downs and search boxes which our team understands.

We want to convert the UI into a deployable instance on Camunda. Is it possible to do?

Hi @Rohit_Singh,

yes, this is possible. You can generate BPMN files with the Model API: BPMN Model API | docs.camunda.org

Hope this helps, Ingo