Creating Custom Workers
Custom workers let advanced users implement domain-specific transformations or integrations.
Creation
- Add a worker and choose a Custom/Script option.
- (If supported) Enter code or configuration template.
- Provide a clear name and description for future reuse.
Testing
- Run partial or full workflow; inspect Data Preview.
- Adjust code until the output schema is stable.
Guidelines
- Keep functions small and focused.
- Validate inputs; return predictable structures.
- Avoid excessive external calls (consider performance and cost).
Evolving
When you improve a custom worker, test thoroughly before sharing a new version.
Next: Sharing Custom Workers.