Hello, I’m looking to store state changes in my temporal workflows to my database, i see that temporal doesn’t have open webhooks to monitor changes.
What im currently thinking is having calls to my API from within workflows that notify my backend on state changes and log the changes by consulting with the SDK and storing the obtained info to my database.
What do you guys think? Is this a valid way of doing it? What problems do you think might arise?