Skip to main content
Every Worlds workflow starts with the same fundamental decisions. This guide walks you through those decisions to help you pick the right configuration.

Decision 1: What are you monitoring?

The first question determines your signal type.

Decision 2: Do you need real-time alerting?

This determines your mode.
You need to react while conditions are developing. The workflow executes on every detection update.Trade-offs:
  • Higher processing volume (hundreds of executions per track)
  • Can alert while the event is still happening
  • Required for zone state monitoring
  • Must handle event closure separately (close path on the orchestrator)
Available signal types: Track State, Zone State

Decision 3: Which check node?

Based on your signal type, choose the appropriate check node(s):

For Track State

These can be composed together — chain multiple check types and the Event Orchestrator evaluates them with AND or OR logic.

For Zone State

Decision 4: Event scope

The Event Orchestrator prevents duplicate events by scoping them to an entity:

Quick reference: common use cases

Workflow template

Every workflow follows the same core structure:

Minimal workflow

Standard workflow

Advanced workflow (with VLM)

Start with the minimal pattern and add complexity only as your use case requires.