Starting an automation
Run an automation from the automation details page or the automations list: From automation details:- Open the automation
- Click Run in the top right corner
- Review the target repositories or projects
- Confirm to start execution
- Navigate to Automations in the left panel
- Find your automation
- Click the three dots menu
- Select Run

Monitoring execution status
The Action Run Details page shows real-time progress of your automation execution.Action status panel (left)
Actions are grouped and sorted by status:- Running - Currently executing (shown first)
- Pending - Queued and waiting to start
- Completed - Successfully finished
- Failed - Encountered errors and stopped

Report panel (right)
The report panel displays overall execution progress:- Completion percentage - Based on steps completed across all actions
- Real-time updates - Progress updates as actions execute
Viewing action logs
Review what Ona Agent is doing for each action:- Click on an action in the left panel
- View the conversation logs showing:
- Each step being executed
- Ona Agent’s responses and actions
- Command outputs
- Any errors or warnings

Stopping executions
Cancel individual actions
Stop a specific action without affecting others:- Click the three dots menu next to the action
- Select Cancel
- The action stops immediately and shows “Canceled” status
The action stops immediately, even if a step is currently running.
Cancel entire execution
Stop all actions in the automation run:- Click Cancel on the Action Run Details page
- The execution stops immediately:
- Running actions - Stopped immediately
- Pending actions - Not processed
- The execution status changes to “Stopped”

Reviewing results
After an automation completes, review the outcomes:Execution summary
View overall results in the Action Run Details page:- Total actions completed, failed, or canceled
- Completion percentage
- Execution time
Pull requests and changes
Track changes made by the automation:- Go to your SCM (GitHub or GitLab)
- Filter pull requests by the service account used for the automation
- Review pull requests created by the automation
- Check file changes in each pull request
Individual action details
Review what each action accomplished:- Click on a completed action
- Review the conversation logs
- Check which steps completed successfully
- Identify any errors or warnings
You cannot currently download or export action logs. Use your SCM to review the actual code changes and pull requests.
Execution history
View all past automation runs:- Navigate to Automations
- Click on an automation
- View the Execution History section
- Click any past execution to review its details
- Action status and logs
- Completion percentage
- Execution time
- Any errors encountered
Next steps
- Learn about Guardrails to control automation execution
- Set up Service Accounts for better tracking
- Review Troubleshooting for common issues