Anchorage API reference
    Preparing search index...

    Interface FlowsafeRunnerLifecycleConfig<Env>

    interface FlowsafeRunnerLifecycleConfig<Env extends FlowsafeWorkerEnv> {
        buildResumeRun?: (fallback: ResumeRunFn, env: Env) => ResumeRunFn;
        notify?: (env: Env) => ApprovalNotificationSink | undefined;
        storageTablePrefix?: string;
        systemPrincipalId: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    buildResumeRun?: (fallback: ResumeRunFn, env: Env) => ResumeRunFn

    Compose approval-driven resume handling, including agent-thread targets.

    notify?: (env: Env) => ApprovalNotificationSink | undefined

    Reviewer-facing notification transport used by the same service.

    storageTablePrefix?: string

    Prefix used by the runner's existing Mastra snapshot table.

    systemPrincipalId: string

    System-principal id for bridge bookkeeping and alarm maintenance attribution. Requester kind is persisted separately, so ids may overlap across principal kinds.