{% extends "base.html" %} {% block content %}
State Backend Type

{{ state_backend_info.type }}

Stored Data

The state backend persists all invocation-related data:

Invocation Records assignment
Status History history
Results & Exceptions check_circle
Runner Contexts devices
Workflow State workspaces
Related Components
Serializer {{ extra_info.serializer_type }}
Runner {{ extra_info.runner_type }}
Application {{ extra_info.app_id }}

The state backend is the authoritative source for invocation history, results, and runner contexts. The orchestrator manages live status; the state backend preserves the full lifecycle record.

warning Danger Zone

Permanently delete all invocation records, history, results, and runner contexts.

{% endblock %}