The Dead Letter Queue screen lists failed automation executions with actions to retry or discard them and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/dead-letter-queue.
Overview
This admin screen loads failed execution entries viauseDeadLetterQueue with filter support (DLQFilters). A stats bar (DLQStatsBar) shows summary counts by status. Entries have statuses of pending, retried, resolved, or discarded. Per-entry and bulk actions (retry and discard) are available. Individual retry and discard use useDLQRetry and useDLQDiscard; bulk operations use useDLQBulkRetry and useDLQBulkDiscard. Retry and discard confirmations are presented in dialogs (DLQRetryDialog, DLQDiscardDialog). Expanding a row opens a detail panel (DLQDetailPanel).
Who it’s for
Requires permission:fw.dead-letter-queue.view (FW_PERMISSIONS.DEAD_LETTER_QUEUE_VIEW). Retry requires fw.dead-letter-queue.retry. Discard requires fw.dead-letter-queue.discard.
Before you start
- Hold
fw.dead-letter-queue.viewto access this screen. - Hold
fw.dead-letter-queue.retryto retry entries. - Hold
fw.dead-letter-queue.discardto discard entries.
Steps
Key concepts
- Dead letter queue — a holding area for automation executions that failed all retry attempts.
- DLQ entry statuses —
pending(not yet retried),retried,resolved(succeeded on retry),discarded.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/DeadLetterQueuePage.tsx
- src/platform/permissions/constants.ts