-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Create Status API #22
Comments
@amitgalitz will this API support status of each workflow step or just one status for the complete provisioning? Also, in the response we need to output |
For first iteration I wont have each workflow step status, especially since these steps are so fast, I will have the error tho for exact step that failed. I can add the |
Is your feature request related to a problem?
Implement a GET API to fetch the status of the workflow setup. This API will be used to get information from the state index.
What solution would you like?
We will have a status api that by default just gives state, provisioning progress and error information
When _all=true it will return all the info back thats stored in the state and GC index.
Do you have any additional context?
This API would keep on evolving based on the requirement from frontend.
The text was updated successfully, but these errors were encountered: