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

1.1 KiB

id title sidebar_label
re-run-workflow Re-run a Workflow Re-run Workflow

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 workflow here.

1. Go to the workflows sections

In the Workflows 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