Is there an extension point activity for agent?
We have a requirement that whenever an advanced agent is run at scheduled time, we need to write a record to DB about its start and end time. Are there any life cycle extension activities for agent like BeforeRun or AfterRun that we can use to log such info? We cannot AgentUtil or JMX because such info is gone once a server is restarted.
We are using PEGA7.4.
Thanks