An error happened while submitting the task form : Cannot submit task form ENGINE-09008 Exception while instantiating class ENG

I’m using spring boot app version.
In the diagram you can see a human task which is used to verify some values in the process payload.
I usually Claim it first, then press Complete. The flow should take the process instance as shown in the diagram straight into a java delegate.
Currently when I submit the form I get this error.
An error happened while submitting the task form : Cannot submit task form d9802720-680a-11ee-ad36-0242ac110007: ENGINE-09008 Exception while instantiating class ‘…orchestration.process.merchandise.book.delegates.PropagateAssetsDelegate’: ENGINE-09017 Cannot load class ‘…orchestration.process.merchandise.book.delegates.PropagateAssetsDelegate’: …orchestration.process.merchandise.book.delegates.PropagateAssetsDelegate

What am I doing wrong? I do have other delegates in the diagram working fine but I don’t know why that delegate class does not work…

Hi @Felipe_Ieder ,

just from the stacktrace, before digging deeper, could you please double-check that your service task “Propagate Assets” has the correct class reference and it exists within the class path on your camunda project.

Kind regards
Adagatiya

thanks you very much. I spotted the package name was not matching the one set in the UI

1 Like

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