How to run an automation
Running an automation executes its steps. You can trigger a run and then check the outcome in the logs.
#When to use this
Use this when you want an automation to do its work now.
#Step by step
1
Open the automation
Go to the automation you want to run.
2
Run it
Trigger the run.
3
Check the result
Confirm it completed and review the logs if needed.
#Expected result
What you should see
The automation runs and its outcome is recorded in the logs.
#Common mistakes
- Running an untested automation on important data.
- Not checking whether the run actually succeeded.
#Troubleshooting
| If this happens | Try this |
|---|---|
| The run failed | Open the logs to see the error and fix the cause. |
#Best practices
- Verify success in the logs.
- Fix failures before re-running.
Still need help?
Can’t find what you’re looking for? The DevSphere OS team is happy to help.
Was this page helpful?