Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
backbone-message-format backbone-message-format
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Communications Backbone System
  • backbone-message-formatbackbone-message-format
  • Issues
  • #94

Closed
Open
Created Jan 23, 2025 by Dan Jones@danjonOwner0 of 1 task completed0/1 task

Change execution state

Ultimately I think we should separate the state management from the planning_configuration so that sending a configuration is not an implicit command to start the autonomous control. In the short term we probably don't want to give ORI a new thing to do. We already have an active switch on each platform in the squads.

Specifications allowed states:

ALLOWED_STATES = [
    "draft",
    "in_review",
    "approved",
    "rejected",
    "preparing",
    "ready",
    "start",
    "pause",
    "stop",
    "completed",
]

Options

  1. the planning_configuration as an implicit start but then use a new state message to handle pause/stop
  2. add a state property to planning_configuration and resend the config each time the state changes.

The advantage of 2 is that it doesn't rely on state in the adapters to know what they're starting/stopping.

  • Add state to root planning_configuration as an enum start,stop,pause to match specification states?
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking