Java Delegate Expression - Activity behavior

Hey Community,
my project is built and deployed successful and when I start my process and finish my first task on my HTML and should proceed to next automated java task, by clicking complete, the next error occurres:

An error happend while submitting the task form :
Cannot submit task form 86b6730c-655c-11e7-a9c6-58b0357fdfa7: ENGINE-02033 Delegate Expression ‘CamundaWorkshop.rentapplicant.CheckRent’ did neither resolve to an implementation of ‘interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior’ nor ‘interface

org.camunda.bpm.engine.delegate.JavaDelegate’.

Hi @Swiftending,

is the JavaDelegate interface implemented in your CheckRent class?

Cheers,
Tassilo