31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
id: re-run-workflow
|
|
title: Re-run a chaos scenario
|
|
sidebar_label: Re-run chaos scenario
|
|
---
|
|
|
|
---
|
|
|
|
You can re-run any **_non-recurring_** schedule should you wish to test your application against it at any point.
|
|
|
|
## Before you begin
|
|
|
|
You can learn how to schedule your first chaos scenario [here](schedule-workflow.md).
|
|
|
|
## 1. Go to the chaos scenarios sections
|
|
|
|
In the `Chaos Scenario` page, go to the `Schedules` tab and click on the options menu for the specific schedule you wish to re-run:
|
|
|
|
<img src={require('../assets/user-guides/injecting-fault/re-run-workflow/step-1.png').default} width="1000" height="500" />
|
|
|
|
## 2. Click on the `Rerun Schedule` option
|
|
|
|
After opening the options menu, click on the `Rerun Schedule` option. Having re-run a particular schedule, you can switch to the `Runs` tab and see that it has started to re-run as per the schedule configurations:
|
|
|
|
<img src={require('../assets/user-guides/injecting-fault/re-run-workflow/step-2.png').default} width="1000" height="500" />
|
|
|
|
## Learn more
|
|
|
|
- [Schedule a chaos scenario](schedule-workflow.md)
|
|
- [Delete a chaos scenario](delete-workflow.md)
|