The automation workflow is an ordered set of automated tasks that determine how the AI performs when your application runs and functions. The workflow you build will display from left to right in the main automation workspace, also called the automation canvas.
Each automation workflow consists of blocks connected by a node. The Start block is meant to tell you where your automation workflow begins and is not a configurable part of the application.
Automation blocks are the parts of your workflow that perform the tasks. These include:
The Terminator block is the end state of your automation workflow. By default, it is set to an AI chat, but depending on your needs, it can include various other capabilities.
To add new blocks, select the plus icon. Choose your desired block from the block menu. Once a block has been selected, you will see some settings in the configuration panel on the right.
Say we want to create a simple blog post generator. It starts with the Start block followed by a User Input block. This block extracts the tone of the blog and the topic the blog post should be about. Then, we use a Generate Text block to take the information gathered by the user input and instruct the AI to craft the blog post. Finally, we have a Terminator block set to Chat so we can chat with the AI after the blog post has been generated.
Here’s how the application will look to the user: