-
Notifications
You must be signed in to change notification settings - Fork 1
feat(ops): expose action execution status and logs #67
Copy link
Copy link
Open
Labels
area:devicesRobot/device inventory, health, and lifecycleRobot/device inventory, health, and lifecyclearea:opsOperations, recovery, incidents, and site workflowsOperations, recovery, incidents, and site workflowscross-repo:axonRequires coordination with archebase/axonRequires coordination with archebase/axonenhancementNew feature or requestNew feature or requestpriority:p1High priority for production operationsHigh priority for production operations
Metadata
Metadata
Assignees
Labels
area:devicesRobot/device inventory, health, and lifecycleRobot/device inventory, health, and lifecyclearea:opsOperations, recovery, incidents, and site workflowsOperations, recovery, incidents, and site workflowscross-repo:axonRequires coordination with archebase/axonRequires coordination with archebase/axonenhancementNew feature or requestNew feature or requestpriority:p1High priority for production operationsHigh priority for production operations
Type
Fields
Give feedbackNo fields configured for issues without a type.
Context
After Keystone creates action requests, operators need to understand whether a robot picked up the request, whether it is running, and why it succeeded or failed. Keystone should expose a bounded and sanitized execution history without leaking credentials.
Scope
pending,queued,running,succeeded,failed,timed_out,expired, andcancelled.Acceptance Criteria
Depends On
Related