Skip to content

Build & run

  1. Open SpinnersCreate spinner (or edit an existing one).
  2. Select the data table. You should see metadata fields listed as available inputs.
  3. Add steps from the catalog (Log, AI agent, channels, and so on).
  4. Connect the order of steps (each step points to the next).
  5. Click Publish.

Publishing freezes the definition used by jobs. If you change steps later, publish again before expecting new behavior.

Screenshot needed
Spinner builder with steps list and metadata field chips.
Where: Spinners → Create / Edit
Save as: src/assets/screenshots/07-spinner-builder.png
  1. On the Spinners list, click Run now on a published spinner.
  2. Watch the status line. Simple steps finish quickly; AI agent steps can take up to about two minutes per record.
  3. Open Jobs (use Refresh if you just finished a run) or Records.

The runtime service must be running. The API only creates the job; the runtime executes steps.

  • Job status completed (or partial failures with clear errors in the journey)
  • Records show metadata + outcomes
  • Optional journey shows each step’s message
SymptomLikely cause
Job never movesRuntime not running
Plan limit toastMonthly jobs/records or spinner count exceeded
Templates show missing keysMetadata field not selected or misspelled
Old behavior after editSpinner not published after changes