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?
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
Check out this video for detail on what you might be missing when you’re trying to add a form (@Niall )
@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 pom.xml (2.0 KB)
Are you sure that Camunda instance is running?
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