Alfresco push notification

cancel
Showing results for 
Search instead for 
Did you mean: 
Salim_Brahim
Member II

Alfresco push notification

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.

1 Reply
abhinavmishra14
Advanced

Re: Alfresco push notification

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.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)