Activities
What is an activity?
a type of process block that represents an "activity" in a business process. This is typically either taking action in a system or surfacing information.
Activities & Control Flow blocks work hand-in-hand to create conversation plugins that conform to your business processes.
Types of activities
Action Activities
Action Activities can call HTTP, Script, Built-in, or Compound Actions to fetch or update data in your business systems.

An Action Activity includes the following configuration:
- Select an action - This is the action you will be running in this Activity block. It will be a dropdown of all available actions (HTTP, Script, Built-in, Compound) you have configured in your Creator Studio instance.
- Required slots - This defines which slots are required to run this Activity. You can select existing or create a new slot here.
- Input Mapper - This is a JSON Bender that allows you to map data (slots or outputs from previous Activities) to the inputs for your action.
- Output Mapper - This represents the output object of your Activity. By default, it will capture all of the data that the action you selected returns. However, you can "dot walk" into the object if you want to limit the data returned.
- Clicking "Switch to advanced bender" will take you to a JSON Bender editor where you have more controls to fully define a custom output object.
- Output Key - This is a keyword that represents the output of the Activity. You can see how to reference outputs here.
- Activity Parameters - These are settings for the Activity
Activity Confirmation Policy
- User consent required before execution? - This requires the plugin to ask for user consent and give them the option of editing any of their inputs before executing the plugin.
Agentic Automation Engine 1.0
If you're on the version of the Agentic Automation Engine that predates our April release, then you can set this as Plugin-level setting on your Plugin settings page.
Content Activities
Coming soon!
Content Activities surface ingested Knowledge Articles, ingested Forms, and markdown text.
Updated 25 days ago