Files
_Assistant_Lead_Tech/20_worklows_README.md
MaksTinyWorkshop a17f2a216a First Commit
2026-01-20 16:14:04 +01:00

32 lines
660 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Workflows documentés
Chaque workflow non trivial mérite un fichier dédié.
Objectifs :
- comprendre rapidement la logique
- reprendre un workflow sans re-debug
- expliquer un choix technique
Un fichier = un workflow.
---
## Format recommandé pour un workflow
Nom de fichier :
- `20_workflows/<nom_workflow>.md`
Contenu recommandé :
- Objectif
- Trigger(s)
- Entrées / sorties (schéma léger)
- Logique (étapes)
- Points sensibles (rate limit, pagination, idempotence, timeouts, etc.)
- Stratégie derreurs (retries, dead letter, notification)
- État (En test / En prod / Deprecated)
- Liens (API docs, tickets, etc.)
- Optionnel (JSON)