nestjs-temporal-core
    Preparing search index...

    Interface ActivityRegistrationResult

    Activity registration result

    interface ActivityRegistrationResult {
        errors: { activityName: string; error: string }[];
        registeredCount: number;
        success: boolean;
    }
    Index

    Properties

    errors: { activityName: string; error: string }[]
    registeredCount: number
    success: boolean