You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a workflow that takes in the user's ID and triggers an activity for each stock/crypto that this user owns to refresh its price.
RefreshPrice (workflow)
RefreshAndUpdateAccount (activity): this will be triggered n times
UpdateOverallSnapshot (activity): this will only trigger when all RefreshAndUpdateAccounts are completed, so we only update the overall once instead of n times.
The text was updated successfully, but these errors were encountered:
Build a workflow that takes in the user's ID and triggers an activity for each stock/crypto that this user owns to refresh its price.
RefreshPrice (workflow)
n
timesRefreshAndUpdateAccount
s are completed, so we only update the overall once instead ofn
times.The text was updated successfully, but these errors were encountered: