For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating a Hyperflow

When you use a Hyperflow, you designate the sources to integrate with, add Functions, and then specify information about the parameters that are required for that function/integration combination.

To create a Hyperflow:

  1. Choose Hyperflows from the left navigation menu in the Aisera Administration application.

  2. Select the + New Hyperflow button in the upper-right corner.

  3. Fill in the Name, Description, and Use Cases parameters.

  4. Click the + Add Functions button.

  5. In the Add Functions window, select a Function from the drop-down menu.

    NOTE: To add a a Function to the Hyperflow, the Hyperflow must be in Draft model.

  6. Select Actions for your Function and click the Next button. Note: You can choose more than one Action.

  7. Add parameters for each of the Actions that are part of the Function.

  8. While Actions support most interactions with supported external systems, custom APIs (Postman collections) can be imported to any Integrated and used as a Function.

    APIs can be imported to any integration
    APIs can be imported using Postman collections
    Integrations can have a mix of out-of-box Actions and custom APIs
  9. Additionally, any Workflow can be used as a Function. This gives your agentic automation limitless capabilities.

  10. After you've added all of the parameters for your Actions, APIs or Workflow the Function is complete.

Test Your Hyperflow

Use the Test button to run the workflow. After you select the Test button, you can add a query to tset the parameters that run the workflow.

Publish a Hyperflow

Add a Version and a Description to your workflow after you select the Publish buttn.

Create Another Draft Version

After your workflow is published, you can still Test it or create a new Draft version.

Registered Hyperflows appear in the Used By Column of Workflows

You can register Hyperflows or Workflow to associate them with a specific application or bot. The process to register a Hyperflow is the same as the process to register a Workflow. See Register a Workflow for Bot Conversational Triggers. Hyperflows appear in the Used By Column of Workflows.

Hyperflows Validate Registration Before Deletion

If you attempt to delete a registered Hyperflow (Hyperflow associated with a specific application/bot) you will receive the following message in the Aisera Admin UI: This Hyperflow cannot be deleted because it is currently registered in the application. Please remove it from the Registered Flows before attempting deletion.

Go Back Option in Hyperflows

The Go Back option is now available for use in a Workflow when it is being executed through the Hyperflow.

Hyperflow Function Authentication (OAuth)

Hyperflows includes the ability to execute the APIs/Actions/Workflows associated with an integration as the user who is logged into the channel of interaction. For instance, if you are using the Aisera Webchat channel, the Hyperflow function authentication will be performed (OAuth) for the user logged into that channel.

Context Switching

If the user switches context which is out of scope for the Hyperflow, the next best fulfillment will be used to respond to the user's request.

Create a Hyperflow Using a Postman Collection

In addition to creating Hyperflow with the Aisera Admin UI, as discussed above, you can use Aisera's curated Postman Collections of to build Hyperflows.

Import, explore, and customize your data using Postman. Then, export your data and use the Aisera Admin UI to import it into your integrated systems for use with Hyperflows.

Last updated

Was this helpful?