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

[FEATURE] Enhance provisioning progress field

Open amitgalitz opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

Currently the provisioning_progress field projects the status of the provisioning just based on absolute terms (https://github.com/opensearch-project/flow-framework/blob/main/src/main/java/org/opensearch/flowframework/model/ProvisioningProgress.java#L15)

What solution would you like?

In the future we can possibly give more details here like start and end time for each step and other info.

What alternatives have you considered?

We can also not expand on this field and just provide more information with each resource created, this way we don't have potentially repetitive information for each step. However some steps might not create a resource in which they wont be tracked in other wise.

amitgalitz avatar Jan 08 '24 20:01 amitgalitz