I have a process which I will be invoking manually for the first time in prod environment. Thing is, the process stops when the server is down or if the server is stopped. In this scenario, I will not be able to invoke the process manually everytime since it will be in production environment and not feasible also. So i need to know how can i invoke a process automatically once the server is up? Heard that one way is to write a custom component to start the process using livecycle implementation class. Please let me know how to go about it?
Any help regarding this is much appreciated!
Thanks