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
If the auto-save mode is enabled, an HTTP request to save the flow is sent after almost every action. This request includes all activity metadata. If the flow is large, such a request may take considerable time to complete, and the final version of the flow will depend not on the latest changes made, but on which save request finishes last. It might be worth considering implementing some kind of task scheduler or something like that.