I am new Camunda, How to create a Custom task in Modeler and how to add the created custom task to palette in my angular project

I am new Camunda, How to create a Custom task in Modeler and how to add the created custom task to palette in my angular project.

please provide any links.
Thanks in advance

Regards,
Kumar

Hi,

Iā€™m not certain, whether I understand your question. Can you clarify?

  • Do you want to embed a Form designed in the Modeler into your Angular application?
  • Do you want to extend the palette of the modeler with your own tasktype?
  • Do you want to connect the Camunda Platform to your Angular App?

Camunda is a process orchestrator that acts as a middleware, which coordinates work involving multiple software systems and/or humans. Since Angular is a frontend technology, I assume that you want to connect the Camunda Platform to your custom UI. You can do this via the respective APIs. Please see the following Links for further information:

In the modeler, you can also create forms for your user tasks. The primary use case is Camundas own Tasklist. However, in the end, the form is stored as a JSON, which you can use in your own application. You can have a look at Form.js.

The best way to add Tasktypes to the modeler are element templates

1 Like