Skip to main content

Start an automation

  1. Open the automation (or use the three-dot menu from the list)
  2. Click Run
  3. Confirm target repositories/projects
Run automation

Monitor progress

The run details page shows real-time execution status. Execution status Action statuses:
  • Running - Currently executing
  • Pending - Queued
  • Completed - Finished successfully
  • Failed - Encountered errors
Click any action to view conversation logs - each step, agent responses, command outputs, and errors. Action logs

Cancel execution

  • Single action: Three-dot menu → Cancel
  • Entire run: Click Cancel on the run details page
Running actions stop immediately; pending actions are skipped. Cancel options

Review results

After completion:
  • View execution summary (completed/failed/canceled actions, time)
  • Click individual actions to review logs
  • Check your SCM for pull requests created by the automation
Action logs can’t be exported. Use your SCM to review actual code changes.

Execution history

View past runs from the automation’s Execution History section. Each run retains action status, logs, and any errors.

Next steps