Workflows

The Settings > Configuration > Workflows window allows you to set parameters for your Aisera tenant. These are settings that apply to any bot you create in your Aisera tenant.

Allow print statements within JS nodes outside of debug mode

This setting is Off by default.

Within Workflows, a JavaScript node will not run print statements unless it is in either the AI Lens or a test workflow. Enabling this option allows for print statements to run outside of these debug environments. This feature is should be left disabled unless it is being used for specific testing purposes. Leaving this feature on can lead to exposing sensitive data into the logs.

Max Execution Steps In a Hyperflow

This setting limits the number of consecutive LLM calls or function executions that a Hyperflow can make for a single user request. This is to prevent the Hyperflow from entering an infinite loop caused by repeated timeout errors or repeatedly invoking functions.

Sanitize HyperFlow Prompt

This setting is On by default.

When enabled, HTML tags will be removed from the Hyperflow Prompt. HTML contained in prompts will be converted to standard text while maintaining basic formatting. This serves to prevent the injection of malicious HTML into prompts.

Last updated

Was this helpful?