camunda-community-hub / camunda-platform-7-rest-client-java

Community extension to generate a Java client from the provided Camunda 7 OpenAPI descitpion and also warp it into Spring Boot
Apache License 2.0
61 stars 10 forks source link

NotAllowedException: HTTP 405 Method Not Allowed #80

Closed w-sf closed 1 year ago

w-sf commented 1 year ago

version:

<dependency>
  <groupId>org.camunda.community</groupId>
  <artifactId>camunda-engine-rest-client-openapi-springboot</artifactId>
  <version>7.19.0</version>
</dependency>

code:

processInstanceApi.deleteProcessInstance

result:

org.camunda.bpm.engine.rest.exception    : ENGINE-REST-HTTP405 javax.ws.rs.NotAllowedException: HTTP 405 Method Not Allowed

What should I do?

w-sf commented 1 year ago

id=""