Hi, I have a use case where I have to update a db table when my alfresco is shutting down. is there any method using which we can do that? or if we can have some trigger which in alfresco which could start up a job which would do that.
Yes you can write an event handler for shutdown. Most event handlers for alfresco are for startup, but there are shutdown handlers too, they work in the same way.