Oct 31, 2013
How to send an email when a usertask is assigned
“I don’t want to watch my camunda Tasklist all day. When there is something to do, I want to get an email containing a link that takes me directly to the respective task!” This is a typical statement by process participants (aka business users). There are numerous possible ways to implement such a requirement in your process application, e.g. using a service task: But this is not really appropriate, since it makes the process model rather verbose and therefore less valuable for business-IT-alignment. The more elegant way is to use a task listener: This very powerful concept is described in detail in the userguide, and the behavior we want is a perfect use case, so let’s see how it works!…
By Jakob Freund