nestjs-temporal-core
    Preparing search index...

    Interface ActivityMetadata

    Metadata for activity classes discovered through

    decorator.

    interface ActivityMetadata {
        name?: string;
        options?: Record<string, string | number | boolean | object>;
    }
    Index

    Properties

    Properties

    name?: string
    options?: Record<string, string | number | boolean | object>