Circle V2 API Docs
    Preparing search index...
    type CreateTrackedExtendRunsParams = {
        entityId: EntityId | null;
        fileName: string | null;
        integrationId: IntegrationId | null;
        logContext?: Record<string, unknown>;
        logger: { warn(message: string, context?: Record<string, unknown>): void };
        patientId: PatientId | null;
        rpaRunId: RpaRunId | null;
        source: string | null;
        workflowId: string;
        workflowRunIds: string[];
    }
    Index

    Properties

    entityId: EntityId | null
    fileName: string | null
    integrationId: IntegrationId | null
    logContext?: Record<string, unknown>

    Caller correlation ids merged into the tracking-failure log.

    logger: { warn(message: string, context?: Record<string, unknown>): void }
    patientId: PatientId | null
    rpaRunId: RpaRunId | null
    source: string | null
    workflowId: string
    workflowRunIds: string[]