Working on Generated task forms with <custom type>

Hi team,
I am working on the Camunda desktop modeler with BPMN 7.17, where I am trying to Implement a custom type to the generated task forms in the user task,

I want to know how to provide custom types in forms.

Hoping Someone would help me learn,

Thanking you in Advance,
Thanmai.

Hi @ThanmaiChakka,

the HtmlFormEngine may be a good place to start investigating: camunda-bpm-platform/HtmlFormEngine.java at master · camunda/camunda-bpm-platform · GitHub

Hope this helps, Ingo