Camunda 8 - java delegate - error -

Hello I was doing the latest camunda developer course. I got error implementing a java delegate class. I suppose that the error happen because delegate task code need to be changed and migrated to an external task.

Error:
C:\xxxx\twitter-qa\src\main\java\com\camunda\training\CreateTweetDelegate.java:6:45
java: cannot find symbol
symbol: class JavaDelegate

To confirm is this my problem?

Thank you.

Maxi

Hey @Maxi_Gutierrez,

yes, in Camunda 8 there are no JavaDelegates. You need to use a job worker to complete your task, have a look at the migration guide Migrating from Camunda Platform 7: Service tasks with attached Java code.

I hope it helps :slight_smile:
Luc

2 Likes