This may be too much to ask for, but just thinking would be a great addition.
Let’s say we have many assets involved in an automation, may be around 100.
Whenever the automation is triggered these assets are retrieved again and again.
So just curious to know if that’s possible like some caching and change event listener which will only try to pull assets which got changed on the Orchestrator.
If we are using assets do not pull it for each transaction from Orchestartor which is additional load the orchestrator server and database. Instead of that at Init you can get and hold the values in Config(Dictionary) in that case it is not required to hit every time for each asset.