Hello Everyone. At my company they asked my to add a email notification to the work flow functionality. To set an expiration date. Based on that add customized email notification so that the person that has been assigned a task will receive a notification though the email.Any ideas of how to implement this functionality, would be welcome. I am new to this project, any help would be appriciate. Thank you for your help in advance. Regards.
You can create schedule job which will ready current user assigned task and check expiration date. If it expire then send email.
Add an alfresco script task linked to your timer boundary event and add your send email action in that script. put an end event after the script task. you can set variables with Listener to be used in the script task for triggering the mail action.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.