Steps to Build and Run a Human Approval Tool

Here's a summary of the steps we'll follow to build and run a tool to request human approval.

Step Tasks
Complete Prerequisites
1 Create a simple web form for users to approve or reject the expense: Create and Activate the Human Approval Form.
2 Create the approval workflow with a start and end event, and a user task: Create and Activate the Human Approval Workflow.
3

Create an integration to be used as an agentic AI tool. The integration must have a REST trigger, a POST verb, and JSON input and output:

  1. Create the Trigger Connection for the Human Approval Integration.
  2. Create and Activate the Human Approval Integration.
4 Register your integration as an agentic AI tool so that it can be used by AI agents: Register the Human Approval Integration as an Agentic AI Tool.
5 Add the human approval tool to the AI agent and modify the AI agent guidelines to include the new tool.

Add the Human Approval Tool to the AI Agent

6 Run and Test Human Approval in the AI Agent.

Next step: Create and Activate the Human Approval Form.