Hi,
We are working on an solution where we want to integrate temporal workflow with frontend.
So flow goes like this-
- User clicks on a button which will trigger a temporal workflow
- User can see the workflow progress on the our website’s UI
I want to know what is the best practice to achieve this, currently we are thinking about using the workflow history to check which activity is completed.
Also is there any way I can trigger a Ably request whenever the workflow progress is updated
It would be greatly appreciated if anyone can please help me with this