
Run and Inspect
Inspect workflow runs
Inspect workflow logs, traces, task status, and runner behavior while jobs execute.
Tilebox Workflows gives each job a live observability record. As 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.

