Poll for automation task completion and results
"pending"
- Task
is still running - "success"
- Task completed successfully - "error"
-
Task failed with an errornull
when status is "pending"
.null
if still pending.Feature | Polling | Webhooks |
---|---|---|
Setup Complexity | Low | Medium |
Real-time Updates | No (delayed by interval) | Yes |
Resource Usage | Higher (active requests) | Lower |
Reliability | Medium | High (with retries) |
Firewall Friendly | Yes | Requires open ports |