
Observability
Workflow observability
Inspect workflow logs, traces, task status, and runner behavior.
Tilebox Workflows gives each job a live observability record. As task runners execute work, Tilebox captures logs, traces, task status, and runner context. You can follow a job from the root task through its subtasks, inspect failures, and compare slow steps across distributed runners.

Use the built-in view for day-to-day debugging and operations. Add structured log fields and custom spans when you need more detail inside your task code.
The parent task, spawned subtasks, task logs, and spans share the same job trace. This keeps orchestration and task-level work connected.

