| name | automation-webhook-to-workflow-pattern |
| description | Sub-skill of automation: Webhook-to-Workflow Pattern (+2). |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
Webhook-to-Workflow Pattern (+2)
Webhook-to-Workflow Pattern
External Service --> Webhook --> Automation Platform --> Actions
| |
+-- Retry logic +-- Error notifications
+-- Signature validation +-- Audit logging
Scheduled Pipeline Pattern
Scheduler --> Check Dependencies --> Execute Tasks --> Post-processing
| | | |
+-- Cron/interval +-- Data freshness +-- Retries +-- Alerts
+-- Timezone +-- Resource locks +-- Timeouts +-- Metrics
Event-Driven Automation
Event Source --> Message Queue --> Worker --> Action
| | | |
+-- Git push +-- Buffering +-- Scale +-- Notifications
+-- File change +-- Ordering +-- Isolate +-- Data updates