cancel
Showing results for 
Search instead for 
Did you mean: 

Email Listener

psiva
Champ in-the-making
Champ in-the-making
Am trying to design a process where in a task needs to be created whenever a new email arrives in a particular inbox. Could somebody help me understand how to achieve this using Activiti?

Thanks,
Siva Puvvada
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

What you could do is make use of the Apache Camel or Mule ESB integration that's available.
Both these frameworks are able to listen for incoming e-mails and they can easily trigger the Activiti engine to create a new process with a user task.
You can find some more information about Camel here:

http://forums.activiti.org/en/viewtopic.php?f=4&t=630

and about Mule ESB here:

http://blogs.mulesoft.org/activiti-mule-esb-part-1/

http://blogs.mulesoft.org/activiti-mule-esb-part-2/

Best regards,

psiva
Champ in-the-making
Champ in-the-making
Thanks for the response. Github for Activiti Camel integration in the link you provided suggests to activiti-camel module in activiti.

Could you please point me where I can find it?

Thanks,
Siva

P.S : Just started to explore activiti. So please excuse if the question is silly.

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
If things are not in the distribution they are under development. Source of these things is always in subversion

http://svn.codehaus.org/activiti/activiti/trunk/modules/