In Altan, you can easily debug and monitor your automations to ensure everything is running smoothly. Here's how debugging works:
🔍 Accessing Executions#
Click the Executions button in the top-right corner to view all recent runs.
The number of credits it consumed.
đź› Debugging an Execution#
1.
Click the Debug button next to a specific execution.
2.
A debug bubble appears above each module in the flow, showing:A number if the module was iterated multiple times (e.g., from an iterator step).
Green or red color to indicate success or error.Green: The step executed successfully. You will also be able to see the data size, time and credits used if you hover.
Red: An error occurred. Clicking on it reveals the error details.
đź–Ą Viewing Step Details#
Click on any module’s bubble to open a modal window with:Input and Output data for that step.
A slider at the top to switch between multiple iterations and view their specific outputs.
An option to Show Files, which renders links or displays external files (e.g., images, PDFs, or audio files) from the output.
This debugging process ensures you have full visibility into your workflows, helping you quickly identify and fix issues when they arise. Add screenshots for better clarity on the debugging interface! Modified at 2024-11-18 23:48:13