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
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
If a flow stage makes multiple graph updates and then fails mid-way it can leave an inconsistent (from the point of view of a user's intention) completion graph.
Retrying the invocation can then compound this by creating duplicate stages.
Either as an option or by default, flow graph updates within a stage (and from the main call) should be all-or-nothing. (this could also operate from the API via an accumulate/commit model) .
The text was updated successfully, but these errors were encountered:
If a flow stage makes multiple graph updates and then fails mid-way it can leave an inconsistent (from the point of view of a user's intention) completion graph.
Retrying the invocation can then compound this by creating duplicate stages.
Either as an option or by default, flow graph updates within a stage (and from the main call) should be all-or-nothing. (this could also operate from the API via an accumulate/commit model) .
The text was updated successfully, but these errors were encountered: