nestjs-temporal-core
    Preparing search index...

    Interface ChildWorkflowInfo

    Information about child workflows injected into parent workflows. Contains metadata for

    decorated properties.

    interface ChildWorkflowInfo {
        className: string;
        instance: Record<string, unknown>;
        options?: Record<string, string | number | boolean | object>;
        propertyKey: string | symbol;
        workflowType: Type<unknown>;
    }
    Index

    Properties

    className: string
    instance: Record<string, unknown>
    options?: Record<string, string | number | boolean | object>
    propertyKey: string | symbol
    workflowType: Type<unknown>