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/workflows.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,7 +537,7 @@ The "valid" field will match our criteria, while the "invalid" part has everythi
537
537
## Exploring Executions
538
538
Executions in Shuffle can be explored by clicking the button of the "Running" person on the bottom of your screen while inside a workflow. This will open up a side-bar where you can see a list of the last executions as well as dig into details on why something did or didn't work (debugging). It will not always notify you when a new execution has happened, as these run in the background, but will open up when you attempt re-running an execution.
After clicking the button, you will see a list of executions, which can be refreshed as you go along. This list is meant to help you find a previous execution, and to dig into it further. Here's a quick breakdown of what everything means:
@@ -599,14 +599,42 @@ The next part is a list of Action Results that were performed within the executi
599
599
**PS: There's a handy Copy trick with JSON. By clicking the VALUE in JSON, it will copy the path to the Value itself (e.g. #nodename.success), while clicking the pink COPY ICON to the right of the value will copy the actual value (e.g. false in the image above)**
600
600
601
601
### Workflow Run Debugger
602
-
The Workflow Run Debugger is a powerful tool that helps you debug your workflows. You can find it at [https://shuffler.io/workflows/debug](https://shuffler.io/workflows/debug).
602
+
The Workflow Run Debugger is a powerful tool for debugging and managing large volumes of workflow executions. It is the recommended solution when you need to find past runs or **view more than the 100 executions**.You can find it at [https://shuffler.io/workflows/debug](https://shuffler.io/workflows/debug).
603
603
604
604

605
605
606
+
---
607
+
608
+
**How to Access the Workflow Run Debugger**
609
+
610
+
There are two ways to access the debugger. The recommended method is starting from your workflow, as it pre-filters the list for you.
611
+
612
+
**From a Specific Workflow:**
613
+
1. Navigate to the workflow you want to check.
614
+
2. Click the **"running person" icon** 🏃 (located next to the "Play" button) in the **bottom-left corner**.
If you use this link, you may need the workflow id to find the specific executions you are looking for
629
+
630
+
---
631
+
606
632
With the Workflow Run Debugger, you can:
607
-
- Filter executions by Workflow Name, Status, Execution Argument, and Results.
633
+
- Filter executions by Workflow Name, Status, Execution Argument, Start and End date/time range, and Results.
634
+
- The debugger's **"Max Results"** dropdown allows you to load and view up to **500** executions at once, Which allows to view large execution histories.
608
635
- View all executions in your organization and sub-organizations.
609
636
- See the execution status of visible executions.
637
+
- Efficiently manage multiple runs. By using the checkboxes next to each run, you can select multiple executions and **mass abort** (stop) or **mass rerun** them simultaneously. This is ideal for handling a large number of failed or stuck workflows.
610
638
611
639
## Collaboration features
612
640
Workflows have additional features that may be helpful when you start scaling, or want to collaborate.
0 commit comments