Skip to main content

DeadLetterQueue

Description

Failed runs quarantined for manual intervention and replay

Properties

NameTypeDescriptionNotes
runIdUUIDReference to the failed Run[optional]
executionIdUUIDReference to the WorkflowExecution[optional]
taskIdUUIDReference to the Task[optional]
failureReasonStringDetailed failure reason message[optional]
failureTypeFailureTypeEnumClassification of why the run was quarantined[optional]
originalInputsStringJSON snapshot of inputs for replay[optional]
originalConfigStringJSON snapshot of module config at time of failure[optional]
quarantinedAtOffsetDateTimeWhen the run was moved to DLQ[optional]
reviewedByUUIDPrincipal ID who reviewed this entry[optional]
resolutionResolutionEnumResolution status[optional]
resolvedAtOffsetDateTimeWhen the DLQ entry was resolved[optional]
notesStringOperator notes about resolution[optional]
requeuedAsRunIdUUIDID of the new run created when this entry was requeued[optional]
idUUIDUnique identifier for object in the system[optional] [readonly]
ownerIdUUIDUUID of owner of the object in the system[optional] [readonly]
createdDateOffsetDateTimeDate of object creation[optional] [readonly]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional] [readonly]
lastAccessedByIdUUIDLast user to access object[optional] [readonly]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional] [readonly]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional] [readonly]
lastModifiedDateOffsetDateTimeDate of last object modification[optional] [readonly]

Enum: FailureTypeEnum

NameValue
MAX_RETRIES"MAX_RETRIES"
PERMANENT_ERROR"PERMANENT_ERROR"
CIRCUIT_BREAKER"CIRCUIT_BREAKER"
MANUAL"MANUAL"

Enum: ResolutionEnum

NameValue
PENDING"PENDING"
REQUEUED"REQUEUED"
FIXED"FIXED"
DISCARDED"DISCARDED"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.1-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-12-03T11:13:18.492704-08:00[America/Los_Angeles]