Durasi: 10 menit | Block: 1
📚 Recap Speed Run
Sesi 2: Dari Manual ke Visual
- Workflow = SOP visual, bukan coding
- Trigger → Action pattern
- JSON, field mapping, expressions
- Artifact: Workflow v1 (form → notif)
Sesi 3: Multi-Step & Routing
- Routing pattern: classify first, handle second
- Switch/If node untuk branching
- External API integration (Sheets, WhatsApp)
- Merge node untuk data enrichment
- Artifact: Workflow v2 (routing + external data)
Sesi 4: Production-Safe
- Error handling: retry, fallback, error workflow
- Code Node untuk transformasi data
- Sub-workflows untuk modular design
- Schedule + Human approval (Wait node)
- Artifact: Workflow v3 (production-ready)
📋 Mini Project Brief
Rules
- Pilih 1 project dari 4 opsi (atau propose sendiri)
- Minimum requirements:
- 1 trigger (webhook/schedule)
- 1 routing logic (If/Switch)
- 1 external integration (Sheets/WhatsApp/Email)
- Error handling di minimal 1 node
- Waktu: 30 menit build
- Demo: 3-5 menit per peserta
Grading Rubric (Self-Assessment)
| Kriteria | Weight | 1 (Basic) | 3 (Good) | 5 (Excellent) |
|---|---|---|---|---|
| Functionality | 40% | Workflow jalan | Jalan + branching | Jalan + routing + error handling |
| Complexity | 20% | Linear flow | Multi-step | Sub-workflows + Code node |
| Production-Ready | 20% | Basic | Retry + fallback | Full error workflow + logging |
| Presentation | 20% | Jalan tapi ga bisa jelaskan | Jelas jelaskan flow | Jelas + bisa jawab pertanyaan |
🎯 Persona-Specific Goals
| Persona | Focus di Mini Project |
|---|---|
| 🟢 Bisnis | Workflow yang langsung bisa dipakai di bisnis |
| 🔵 Karir | Workflow yang bisa jadi portfolio item |
| 🟡 Freelance | Workflow yang bisa di-demo ke client |