I want to monitor a running instance of an Azure Durable Orchestrator Function for changes (like when it completes, fails etc)
I know that I can poll the status API for changes, but i was wondering if there were any push-based functionality. I've looked into the source code but I can't seem to find any clues to extension points, interfaces etc that enables this.
Any ideas on how to achieve this?
Thanks!