Restate Typescript SDK
    Preparing search index...

    Type Alias GenWorkflowHandlerOpts

    Handler options for workflow handlers (shared is implicit from name)

    type GenWorkflowHandlerOpts = {
        enableLazyState?: boolean;
    }
    Index

    Properties

    Properties

    enableLazyState?: boolean

    When set to true, lazy state will be enabled for all invocations to this handler.

    NOTE: You can set this field only if you register this endpoint against restate-server >= 1.4, otherwise the service discovery will fail.