Input arguments to pass into the hook
Optional
config?: WorkflowConfigHook function constraints (backoffCoefficient, maximumAttempts, maximumInterval)
Optional
entity?: 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.
Optional
namespace?: stringOptional namespace under which the hook function will be grouped
Optional
search?: WorkflowSearchOptionsBind additional search terms immediately before hook reentry
Optional
taskOptional task queue, needed unless 'entity' is provided
Optional
workflowExecution ID, also known as the job ID to hook into
Optional
workflowThe name of the user's hook function
Options for setting up a hook. 'meshflow' is the default namespace if not provided; similar to setting
appid
in the YAML