Dash0 acquires Polar Signals

Component schema

AgenticWorkflowTriggerDelivery

string17 direct references

Definition

How a trigger delivers its event to an agent. An automation is the agent definition; triggers are the pipes into it, and each pipe is configured independently.

  • spawn: Start a new agent thread for this event. This is today's behavior.
  • continue: Route the event into the existing agent thread that owns the matching entity, falling back to spawning a fresh thread when none is active (resume-or-spawn). Only valid on continuation-capable triggers that carry an entity ref to route by; spawn-only triggers (e.g. schedule, webhook, failed_check.new) must not set it.
string
Allowed values"spawn""continue"

Used by 17

These schemas and endpoints reference this type directly.