ClassNotFoundException when launching process via API

cancel
Showing results for 
Search instead for 
Did you mean: 
rollando
Active Member

ClassNotFoundException when launching process via API

Hello,

I've attached a class to my process that listens to TASK_ASSIGNED and TASK_COMPLETED events, it works fine when the process is launched via the activiti-app, but when I launch my process via the activiti-rest API, I get a ClassNotFoundException for my event listener class.

The process is still properly created, but the custom class is not found and obvisouly the custom functions are not called.

I've tried to add my jar in the activiti-rest lib folder just in case but no success, any idea ? Does the API trigger different events ?

1 Reply
rollando
Active Member

Re: ClassNotFoundException when launching process via API

any hint ?