flow-framework icon indicating copy to clipboard operation
flow-framework copied to clipboard

[FEATURE] Update WorkflowState resources during deprovisioning

Open dbwiddis opened this issue 1 year ago • 0 comments

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.

dbwiddis avatar Jul 12 '24 18:07 dbwiddis