Anchorage API reference
    Preparing search index...

    Type Alias AutomatedExecutionPrincipal

    AutomatedExecutionPrincipal: Extract<
        ExecutionPrincipal,
        { kind: AutomatedPrincipalKind },
    >

    Any non-human principal — the shape a duty needs when it wants provenance but derives no authority from the principal (the cron SLA sweep is the case). Separate from TrustedAutomationPrincipal so the brand is demanded only where it is actually read, which is ApprovalService's two trusted entries.