In my application I use api from strava to get all the users activity and have a graph to plot their progress…The problem being is once I triggered the backend workflow to fetch the data and add that into database, there is no way to notify the front end when the data fetching is over so that I would update the graph to show the data…is there any way to do this?