You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bulk-actions.mdx
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,10 @@ title: "Bulk actions"
3
3
description: "Perform actions like replay and cancel on multiple runs at once."
4
4
---
5
5
6
-
Bulk actions allow you to perform operations like replaying or canceling on multiple runs at once. This is especially useful when you need to retry a batch of failed runs with a new version of your code, or when you need to cancel multiple in-progress runs.
7
-
8
-
## Bulk replaying
9
-
10
-
You can replay multiple runs at once by selecting them from the table on the Runs page using the checkbox on the left hand side of the row. Then click the "Replay runs" button from the bulk action bar that appears at the bottom of the screen.
11
-
12
-
This is especially useful if you have lots of failed runs and want to run them all again. To do this, first filter the runs by the status you want, then select all the runs you want to replay and click the "Replay runs" button from the bulk action bar at the bottom of the page.
6
+
Bulk actions allow you to perform replaying and canceling on multiple runs at once. This is especially useful when you need to retry a batch of failed runs with a new version of your code, or when you need to cancel multiple in-progress runs.
<Iconicon="circle-2"iconType="solid"color="#FF2D6B"size="20" /> Filter the runs table to show the runs you want to bulk action
27
+
28
+
<Iconicon="circle-3"iconType="solid"color="#FF2D6B"size="20" /> Alternatively, you can select individual runs
29
+
30
+
<Iconicon="circle-4"iconType="solid"color="#FF2D6B"size="20" /> Choose the runs you want to bulk action
31
+
32
+
<Iconicon="circle-5"iconType="solid"color="#FF2D6B"size="20" /> Name your bulk action (optional)
33
+
34
+
<Iconicon="circle-6"iconType="solid"color="#FF2D6B"size="20" /> Choose the action you want to perform, replay or cancel
35
+
36
+
<Iconicon="circle-7"iconType="solid"color="#FF2D6B"size="20" /> Click the "Replay" or "Cancel" button and confirm in the dialog
26
37
27
-
Similar to replaying multiple runs, you can cancel multiple runs at once. This is particularly useful when you have a batch of runs that you want to stop, perhaps because they were triggered with incorrect parameters or are no longer needed.
<Iconicon="circle-8"iconType="solid"color="#FF2D6B"size="20" /> You'll now view the bulk action processing from the bulk action page
30
41
31
-
1. Filter the runs table to show the runs you want to cancel (e.g., all runs with status "QUEUED" or "EXECUTING")
32
-
2. Use the checkboxes on the left side of the runs table to select the runs you want to cancel
33
-
3. Click the "Cancel runs" button in the bulk action bar that appears at the bottom of the screen
42
+
<Iconicon="circle-9"iconType="solid"color="#FF2D6B"size="20" /> You can replay or view the runs from this page
34
43
35
-
After confirming, all selected runs that can be canceled (those in appropriate states like QUEUED or EXECUTING) will be canceled. The status of these runs will change to "CANCELED" and they will not be resumed.
0 commit comments