Skip to main content

Creating Custom Workers

Custom workers let advanced users implement domain-specific transformations or integrations.

Creation

  1. Add a worker and choose a Custom/Script option.
  2. (If supported) Enter code or configuration template.
  3. 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.