opensearch-project / opensearch-project/flow-framework

[FEATURE] Enhance provisioning progress field

Open
#385 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
62
Forks
66
Avg merge
3d 20h
Merged PRs (30d)
20

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/main/java/org/opensearch/flowframework/model/ProvisioningProgress.java and review how the provisioning_progress field currently represents status. Define the additional progress information to expose, such as per-step start and end times, and determine whether it belongs in this field or in each created resource; done means the chosen representation covers steps that create no resource.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.