Applies to:
- Plan -
- Deployment -
Summary
Goal: Control when Topics automation processes a trace by configuring the idle timeout setting. Features: Topics automation, idle timeout, sampling rate, Signals tabHow Topics automation is triggered
Topics does not support a manual trigger or per-trace flag for incoming traces. Processing is controlled by two settings:- Sampling rate — which traces are eligible for topic generation
- Idle timeout — how long a trace must be idle before Topics processes it (default: 600 seconds, minimum: 10 seconds)
Idle timeout reset behavior
The idle timeout resets whenever a trace becomes active again. This means Topics automation will re-run on traces that have already been processed:- Topics runs on a trace after the idle timeout elapses
- You update the trace (e.g., append human actions, mark it closed)
- The idle timeout resets
- Topics re-runs on the updated trace after the timeout elapses again
Configuration
To minimize delay between trace completion and topic generation, reduce the idle timeout to its minimum value. Location: Topics automation settings → Idle timeout (seconds) Set to10 for near-immediate processing after a trace becomes idle.