nestjs-temporal-core
    Preparing search index...

    Interface ChildWorkflowMetadata

    Metadata for child workflows injected through

    decorator.

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

    Properties

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