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
Because WorkflowState updates have only been additive, the Deprovisioning workflow only updates once at the end of deprovisioning with a "remaining resources" list. There is no check whether this was successful (see #691) and no concurrency guarantees.
What solution would you like?
Following implementation of #779, use the iterative update to remove resources from the resource list as they are deprovisioned, so the final result will not be sent until the state updates were all completed.
The text was updated successfully, but these errors were encountered:
dbwiddis
added
v2.18.0
Issues targeting release v2.18.0
and removed
backlog
Good to have functionality not critical for next release
labels
Sep 18, 2024
Is your feature request related to a problem?
Because WorkflowState updates have only been additive, the Deprovisioning workflow only updates once at the end of deprovisioning with a "remaining resources" list. There is no check whether this was successful (see #691) and no concurrency guarantees.
What solution would you like?
Following implementation of #779, use the iterative update to remove resources from the resource list as they are deprovisioned, so the final result will not be sent until the state updates were all completed.
The text was updated successfully, but these errors were encountered: