Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Implement Pause and Continue Mission #124

Description

@andchiind

Describe the new feature you would like to see
I would like the flotilla features of pausing and continuing missions to work with isar-exr.

Describe the solution you'd like
The following two graphql mutations can likely be used to implement this:

resumeMissionExecution(
robotID: String!
): MissionExecutionType!

pauseMissionExecution(
robotID: String!
): MissionExecutionType!

How will this feature affect the current Threat Model?
N/A

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions