Anchorage API reference
    Preparing search index...
    interface TriageFilterDrafts {
        age: "any" | "1h" | "4h" | "24h";
        claimedBy: string;
        requestedBy: string;
        runId: string;
        status: StatusDraft;
        workflowId: string;
    }
    Index

    Properties

    age: "any" | "1h" | "4h" | "24h"
    claimedBy: string
    requestedBy: string
    runId: string
    status: StatusDraft
    workflowId: string