Skip to content
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

[BUG] Deploying a model doesn't update the workflow state #272

Closed
dbwiddis opened this issue Dec 11, 2023 · 0 comments
Closed

[BUG] Deploying a model doesn't update the workflow state #272

dbwiddis opened this issue Dec 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dbwiddis
Copy link
Member

What is the bug?

The workflow status API does not indicate whether a model has been deployed, preventing it from being undeployed during deprovisioning.

How can one reproduce the bug?

  1. Use the provision API to provision a workflow including the "deploy_model" step.
  2. Use the status API to get deployed resources.
  3. Observe no entry for the deployed model.

What is the expected behavior?

An entry for the "deploy_model" resource in the status API result.

Do you have any additional context?

This is a blocker for #271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants