Hello
i wanted to do an external task with java but the connection between java and camunda doesn’t work
any help ??
Hello
i wanted to do an external task with java but the connection between java and camunda doesn’t work
any help ??
to create an external task worker, you should start here: External Task Client Spring Boot Starter | docs.camunda.org
implements JavaDelegate
didn’t work with an external service task. You have to implement the ExternalTaskHandler
interface from the camunda-bpm-spring-boot-starter-external-task-client.
Hope this helps, Ingo