ConnectOptions: {
    namespace?: string;
    options?: WorkerOptions;
    prefix?: string;
    search?: WorkflowSearchOptions;
    taskQueue?: string;
}

Type declaration

  • Optionalnamespace?: string

    optional namespace for the the worker

    'meshflow'
    
  • Optionaloptions?: WorkerOptions

    extended worker options

  • Optionalprefix?: string

    prefix for the workflowId (defaults to entity value if not provided)

  • Optionalsearch?: WorkflowSearchOptions

    optional search configuration

  • OptionaltaskQueue?: string

    the task queue for the connected function for greater specificity