Protocol Engine: Allow starting and pausing a JSON protocol over HTTP #7921
Labels
feature-request
A request for a new feature or a change that isn't a bug. May require further triage or scoping.
protocol-engine
Ticket related to the Protocol Engine project and associated HTTP APIs
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
Milestone
As a user, I want to be able to reliably and predictably start and pause my running JSON protocol over HTTP.
When a
play
POST request is sent to the robot server, the protocol should start executing the commands from the beginning.The server should respond with either an action successful or unsuccessful response with explanation
When a
pause
POST request is sent to the robot server, the protocol should pause execution in a way that makes it possible to resume the protocol reliably.The server should respond with either an action successful or unsuccessful response with explanation
The text was updated successfully, but these errors were encountered: