Hi,
I'm looking for the feature that sends emails, once a task is assigned to a person (or group).
I know I can adapt the processdefinitions to send emails, but I think there is a more easy solution. (plus: sending emails on taskAssignment, is not workflow specific, so, processdefinition.xml is not the right place for such things…)
I dug into the code and saw there IS already such a feature: org.alfresco.repo.workflow.jbpm.AlfrescoAssignment checks for a specific PROP_SEND_EMAIL_NOTIFICATIONS variable in the executionContext.
Now my question, is there a way to set this variable to TRUE, without changing all processDefinitions?
Thanks