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

Update Run and Workspace Run Tasks for Pre-plan Run Tasks #469

Merged
merged 1 commit into from Aug 1, 2022

Commits on Jul 27, 2022

  1. Update Run and Workspace Run Tasks for Pre-plan Run Tasks

    This commit updates the client for the new Pre-plan Run tasks:
    * New run statuses; FetchingCompleted, Queuing which are ephemeral and will rarely be seen.
      PrePlanRunning and PrePlanCompleted are for the pre-plan tasks
    * Add missing Run Status Time Stamps
    * New Task stage; PrePlan
    * Ability to set/update the stage for a Workspace Run Task. This is a beta feature and must
      be opted into. However it is optional and is not a breaking API change.
    * Adds additional Workspace Run Tasks tests which are gated behind the BETA flag. Note that
      the original tests still remain to affirm that this commit does not change any existing
      behaviour.
    glennsarti committed Jul 27, 2022
    Copy the full SHA
    f602464 View commit details
    Browse the repository at this point in the history