Task Runs

View task execution logs, status, and downloads in Bot Management Console

Task runs are recorded every time an agent executes a task — whether from a schedule, manual run, API trigger, or queue-driven flow. Use Task Execution Logs to audit history, troubleshoot failures, and download log files.

Open Task Execution Logs

  1. Log in to Bot Management Console
  2. Open an organization
  3. Open an agent detail page
  4. Click Show Logs in the agent header (list icon)

You can also navigate directly to the logs route for an agent: /organisation/{org_id}/{agent_id}/logs

Orchestrator Task Execution Logs page with filters and run history table

Log List

The Task Execution Logs page shows a table of runs with:

ColumnDescription
TaskTask name that ran
Start timeWhen execution began
End timeWhen execution finished (if completed)
StatusStarted, Completed, Failed, Stopped, Skipped, etc.
ReasonFailure or stop reason when applicable
  • Search by status description or task name
  • Task name dropdown to limit to one task
  • Start date and end date to narrow the time range
  • Results load incrementally as you scroll

Run Details and Downloads

Select a run to inspect details. Depending on configuration you can:

  • View execution metadata and failure reasons
  • Download log files (full or cycle logs when generated)
  • Request log refresh for runs where logs are still being written

Log content originates from the connected RAPBot Agent during execution (including print block log file output).

Status Meanings

StatusTypical cause
CompletedTask reached an end block with Success status
Failedend block Failed, unhandled error, or automation failure
StoppedOperator stopped the run from Orchestrator
SkippedAnother task was already running on the same agent
StartedRun in progress

Checkpoints

For active or recent runs, checkpoint messages from the agent (via the print block process checkpoint option) can be viewed from the agent task list in Orchestrator. Checkpoints help monitor long-running automations without waiting for completion.

Studio: print block

Notifications

Orchestrator can notify administrators on task execution events (started, completed, failed, stopped, skipped) when notification settings are configured for the organization.

Agent-Side Execution

Task runs are executed on RAPBot Agent. Orchestrator stores the audit trail and log references.

  • Tasks — Task library, assignment, and scheduling
  • Agents — Agent connection and deployment status