Input arguments to pass into the hook
Optionalconfig?: WorkflowConfigHook function constraints (backoffCoefficient, maximumAttempts, maximumInterval)
Optionalentity?: stringOptional entity name. If provided, applies as the workflowName, taskQueue, and prefix. This scopes the FT.SEARCH index appropriately. This is a convenience method but limits options.
Optionalnamespace?: stringOptional namespace under which the hook function will be grouped
Optionalsearch?: WorkflowSearchOptionsBind additional search terms immediately before hook reentry
OptionaltaskOptional task queue, needed unless 'entity' is provided
OptionalworkflowExecution ID, also known as the job ID to hook into
OptionalworkflowThe name of the user's hook function
Options for setting up a hook. 'memflow' is the default namespace if not provided; similar to setting
appidin the YAML