Form elements library

FORM ELEMENTS LIBRARY

the last option camunda forms i am not getting
i want to create dropdown

What version of the modeler are you using?
The lasted version is 4.11.1, that should have what you’re looking for

i am using 4.11.1 version

What do you see exactly and what are you expecting to see?

i am only getting three options . i want to create forms using dropdown etc in usertask

So, that looks like a very old version of the modeler.
It’s not veresion 4.11.1 - can you confirm the version by clicking help and checking the version.

oh got thanxx

hey i am getting this when attaching the form plz help


Check out this video for detail on what you might be missing when you’re trying to add a form (@Niall :wink:)

1 Like

hey i am getting this error, when going to deploy please helpp

@Ishan_Garg I guess REST Endpoint should be http://localhost:8080/engine-rest

this http://localhost:8080/engine-rest also not working

Can you attach screenshot?

Another question. What Camunda distribution are you running?

<camunda.spring-boot.version>7.16.0</camunda.spring-boot.version>

org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp ${camunda.spring-boot.version}

What if you try “http://localhost:8080/rest/deployment/create” or “http://localhost:8080/engine-rest/deployment/create”?

Not working :disappointed_relieved: :disappointed_relieved:pom.xml (2.0 KB)

Are you sure that Camunda instance is running? :grinning:

yes


you can add the following starter in your pom.xml

    <dependency>
      <groupId>org.camunda.bpm.springboot</groupId>
      <artifactId>camunda-bpm-spring-boot-starter-rest</artifactId>
      <version>7.16.0-alpha3</version>
    </dependency>

and then give it another try with http://localhost:8080/engine-rest

thanx Alex its all work . Is there any another way without manually deploying the camunda . !
can i change something here