This guide will help you create your first workflow agent using Agent Builder. We’ll create a simple document review
workflow that includes AI analysis and human approval.
{ "name": "Review Analysis", "type": "HUMAN_TASK", "instructions": "Review the AI analysis and approve or reject", "dependencies": ["Analyze Document"]}