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…