hello everyOne,
I create a web script that assigns a task to a user. So, I want that user to have notified when the task is assigned to him. Namely, I want to send a notification to my ADF application containing information about that task.
PS: I didn't want to send an email notification. I want the notification to be shown on my client side.
I dont think that kind of functionality is available on alfresco repository side. You will have to develop this as a custom feature.
However, there is a hack. You can implement a behavior on task node type UpdatePropertiesPolicy. Gather the details , build a json payload and send it to ADF app.
Your adf app needs to expose an API which you can call from the behevaior. Once ADF app gets the json from repo side, you can build a notification and show on ADF UI.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
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.