X Tutup
Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.03 KB

File metadata and controls

49 lines (32 loc) · 2.03 KB
title description
Bulk actions
Perform actions like replay and cancel on multiple runs at once.

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.

How to create a new bulk action

Open the bulk action panel from the top right of the runs page

Access bulk actions

Filter the runs table to show the runs you want to bulk action

Alternatively, you can select individual runs

Choose the runs you want to bulk action

Name your bulk action (optional)

Choose the action you want to perform, replay or cancel

Click the "Replay" or "Cancel" button and confirm in the dialog

Access bulk actions

You'll now view the bulk action processing from the bulk action page

You can replay or view the runs from this page

Access bulk actions

You can only cancel runs that are in states that allow cancellation (like QUEUED or EXECUTING). Runs that are already completed, failed, or in other final states by the time the bulk action process gets to them, cannot be canceled.
X Tutup