External task client. can't run demo application

Hello everyone!

i am trying to run demo application from blog resource

i do it step by step.
on step 6 i can’t start external-task-client application

help please

Hi,

The blog post is for Camunda 7.15, a version that was released three years ago. You’d have to run it with a supported Java version. Otherwise you can have a look at this example that is up to date with 7.20 and uses Java 17: camunda-bpm-examples/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp at master · camunda/camunda-bpm-examples · GitHub

Cheers,
Thorben

2 Likes

@thorben thank you a lot!
i did it on SB 2.7.15, Camunda 7.19.0 and Java17

Maybe you just have to add a jaxb dependency like the 7.20 example does: camunda-bpm-examples/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/pom.xml at 9fabbce0bab14f19daf5b0ff40f7bd93f6a96a54 · camunda/camunda-bpm-examples · GitHub

1 Like

as i see. there are two ways.

you can implement ExternalTaskHandler
or
do it via configuration by creating beans which handle tasks

Yes. That should be unrelated to your problem.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.