cancel
Showing results for 
Search instead for 
Did you mean: 

Acitivit Event Listener/Notification

tanhl
Champ in-the-making
Champ in-the-making
Hi

I would like to know if it is possible to notify my external web application that an event (in my activiti engine) has occurred. Can I specify the HTTP REST API endpoints in the event notification ?

Thanks.
HL
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Yes. You attach a java listener to the event and fire an HTTP request on the eventReceived() method.