07-26-2017 06:05 PM
Hello all,
I have created a workflow using Alfresco.
I have written a piece of Java code which starts a process using the REST API:
"http://localhost:8080/activiti-app/api/enterprise/process-instances".
Starting a process is success, however I want the Alfresco sends a notification, string, ... to my Java application (which has started this process) when the process is completed.
Is this possible with Alfresco?
I really appreciate if you help me on this.
Thanks
Narjes
07-31-2017 11:20 PM
It is possible, the easiest option would be to attach an execution listener on the end event and write the notification logic in the end event. Hope this is what you are looking for...
Explore our Alfresco products with the links below. Use labels to filter content by product module.