How to get camunda form in json not html tags

Hy i want this rendered-form/ API respose in json not html fom.

Hi @Zain_UL_Abedin,

this is not possible, as the process engine generates the HTML form directly for the Camunda Tasklist.

Have a look at this thread about the internals of generating the forms: Working on Generated task forms with <custom type> - #2 by Ingo_Richtsmeier

But it may be a good extension to generate the form in JSON compatible with form-js.

Perhaps you would like to contribute the feature to the open source project?

Hope this helps, Ingo

2 Likes