Workflow Node Reference
This section documents every Xenbox node by category so you can build and scale workflows with predictable behavior.
Categories
Node pages focus on user-facing behavior only: what the node does, required parameters, expected I/O, common failures, and practical recovery steps.
Retry Behavior (Applies Across Nodes)
- Xenbox automatically retries transient failures up to 3 attempts with backoff.
- Typical retry cases include temporary network failures, timeouts, rate limits, 5xx responses, and transient browser/proxy connectivity issues.
- Validation and authorization errors typically require fixing inputs, selectors, endpoints, or credentials before rerunning.
If a node fails after retries, update your configuration first (selectors, URLs, credentials, payload format), then rerun.
Last updated on