litmus-docs/website/docs/user-guides/re-run-workflow.md

1.1 KiB

id title sidebar_label
re-run-workflow Re-run a chaos scenario 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.

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