Automation

Scripts

Use scripts in objects, tasks, tickets, and workflow script nodes.

Scripts

Scripts add code-level behaviour to Antly configuration. They can support object records, tasks, tickets, workflow script nodes, and Iris-assisted script authoring. Use scripts for deterministic logic that cannot be expressed through settings, filters, or built-in Workflow Studio nodes.

Where scripts appear

SurfaceUse for
Object scriptsRecord enrichment, validation, custom consequences, and integrations tied to one object.
Workflow script nodesOne step inside a versioned workflow graph.
Task and ticket enabled modelsCustom logic around work management records.
PlaygroundTesting script behaviour before it affects live records.
Iris script helperAssistance writing or refining script logic.

Configuration steps

  1. Decide whether the code belongs to an object or a workflow step.
  2. Name the script after the business result, not the implementation detail.
  3. Use stable aliases, namespaces, and IDs in script inputs.
  4. Test in the playground with realistic records.
  5. Add logs and clear error messages for operational support.

For developers