User interface
Use the home dashboard
Read active-task, running-run, total-run, and schedule summaries, investigate recent task runs, and distinguish the home view from job dashboards.
The home dashboard is the authenticated landing page for a compact operational overview. It summarizes tasks, runs, and schedules and lists the eight most recent task runs.
It is distinct from a job dashboard, which is authored for one job and can expose domain-specific widgets.
Read the summaries
The cards show:
- active tasks;
- runs currently marked running;
- total runs in the loaded overview;
- configured triggers.
Use the corresponding resource list for complete filtering, pagination, and detail before making an operational decision.
Review recent activity
The recent-runs table shows task name, status, trigger type, duration, and start time. Use it to:
- open an active run;
- identify recent failures;
- compare duration with normal behavior;
- inspect the run's metrics and logs.
The dashboard updates from server data, but it is not a replacement for durable metrics or centralized logging.
Choose View all above recent runs for the pageable run list. Use the main navigation for tasks, jobs, connectors, triggers, Data Explorer, and other product areas.
Operational workflow
- Check running work and recent failures.
- Open the first actionable failure.
- Confirm whether it is a job-level dependency issue or a task-level error.
- Review metrics and a narrow log interval.
- Correct the cause and reconcile external state.
- Resume only when the task is idempotent; otherwise create a controlled new run.
For ongoing supervision, see Monitor and control job runs and Live run monitoring.