mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
729 B
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:
- Create a workflow with a human gate stage
- Run it with
fabro run <workflow-name> - The workflow will pause at the human gate
- Approve it (via API, CLI, or web UI)
- 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?