Circle V2 API Docs
    Preparing search index...

    Type Alias CreateExtendRunParams

    type CreateExtendRunParams = {
        entityId?: EntityId | null;
        externalRunId: string;
        failureReason?: string | null;
        fileName?: string | null;
        integrationId?: IntegrationId | null;
        patientId?: PatientId | null;
        rpaRunId?: RpaRunId | null;
        source?: string | null;
        status?: ExtendRunStatus;
        workflowId?: string | null;
    }
    Index

    Properties

    entityId?: EntityId | null
    externalRunId: string
    failureReason?: string | null
    fileName?: string | null
    integrationId?: IntegrationId | null
    patientId?: PatientId | null
    rpaRunId?: RpaRunId | null
    source?: string | null
    workflowId?: string | null