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?
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: