nestjs-temporal-core
    Preparing search index...

    Interface ChildWorkflowExtractionResult

    Child workflow extraction result

    interface ChildWorkflowExtractionResult {
        errors: { error: string; workflow: string }[];
        success: boolean;
        workflows: Record<string, unknown>;
    }
    Index

    Properties

    errors: { error: string; workflow: string }[]
    success: boolean
    workflows: Record<string, unknown>