Camunda 8 - Camunda form is not working in desktop modeler version 5.13.0

Hi,

I am using Camunda 8.

My requirement is to display a user task in a specific format (using Camunda form) that displays a specific text/content and with two buttons (accept and reject). Currently normal user task is displaying all process variables in the task which I don’t want. The text/content will come from an external api response (getting the response is done). I am not able to find good document to develop for this in Camunda 8 for the user task configuration with forms.

I find that Camunda form is not working in desktop modeler version 5.13.0. I am trying with the “Camunda forms” property which is available in the Desktop Modeler with “Form JSON configuration.” but that is not working. (I have attached the modeler screenshot)

Also, the steps which is mentioned in the documentation is not correct. I do not find any “import” button in the modeler in the user task. I have attached the streps which has in the documentation.

Is anyone facing this issue and can help how I can achieve my requirement to be fulfilled in Camunda?


Thanks in Advance
Sg

Hi @Supriyo , in Desktop Modeler, unfortunately there is no easy “Import” button for forms. This button exists in Web Modeler only. You have to use the JSON viewer of the form editor in Desktop Modeler, and copy the JSON into the Form JSON configuration text box.

@christian-konrad Thanks for your help.