-
Notifications
You must be signed in to change notification settings - Fork 11
Closed as duplicate of#1420
Labels
bugSomething isn't workingSomething isn't workingc: workerRelates to worker codeRelates to worker code
Description
When pausing the run engine via blueapi (blueapi controller pause) the status message looks like this:
{
"state":"PAUSED",
"task_status":{
"task_id":"977ad14b-e009-43cc-9a6a-4fd3a77c1c08",
"task_complete":true,
"task_failed":true
},
"errors":[
"\nYour RunEngine is entering a paused state. These are your options for changing\nthe state of the RunEngine:\n\nRE.resume() Resume the plan.\nRE.abort() Perform cleanup, then kill plan. Mark exit_stats='aborted'.\nRE.stop() Perform cleanup, then kill plan. Mark exit_status='success'.\nRE.halt() Emergency Stop: Do not perform cleanup --- just stop.\n"
],
"warnings":[
]
}
Since the errors list is populated, this is considered an error by clients so they might stop listening to relevant events.
Additionally the message content should not really be sent via blueapi as this is designed for using the RE in an interpreter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingc: workerRelates to worker codeRelates to worker code