Testing: Workflows
Test workflow creation, activation, triggers, and run history.
Demo Credentials
| Role | Password | Tenant | |
|---|---|---|---|
| Admin | daniel.harris@example.com | Demo1234! | demo-association |
Test 1: List Workflows
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Click Workflows in the sidebar
- ✅ See 17 seeded workflows
curl -s https://ams.14.jugaar.ai/api/v1/workflows/ \
-H "Authorization: Bearer $TOKEN"
Test 2: Workflow Templates
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the templates section
- ✅ See pre-built workflow templates you can copy
curl -s https://ams.14.jugaar.ai/api/v1/workflows/templates \
-H "Authorization: Bearer $TOKEN"
Test 3: Workflow Stats
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check workflow statistics
- ✅ See active workflows, total runs, success rate
curl -s https://ams.14.jugaar.ai/api/v1/workflows/stats \
-H "Authorization: Bearer $TOKEN"