fabro/nodes/draft/response.md
Fabro 523b60e414 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-19 09:28:28 -04:00

729 B

Human Gate Auto-Approve Test

Here's a greeting for testing the human gate feature:

👋 Welcome to the Human Gate Auto-Approve Test!

This workflow demonstrates the human-in-the-loop stage with automatic approval.
When the workflow encounters a human gate, it will pause and wait for approval,
then automatically resume and continue execution.

Let's see it in action! 🚀

To test this, you could:

  1. Create a workflow with a human gate stage
  2. Run it with fabro run <workflow-name>
  3. The workflow will pause at the human gate
  4. Approve it (via API, CLI, or web UI)
  5. Verify it resumes and completes successfully

Would you like me to help you set up a test workflow or add test cases for this functionality?