Altan
HomeDiscordStatus
HomeDiscordStatus
  1. Flows
  • What is Altan?
  • Apps
    • Create Your First App
    • App Navigation & Settings
    • Building Tips
    • The Art of Prompting
    • Add Media to Your App
    • Publishing Your App
    • Rollback and Checkpoints
    • Instantly Resolve Errors
  • Flows
    • Create your first Flow
    • Automation basics
    • Adding modules
    • Types of modules
    • Passing data
    • Filters
    • Debugging
    • Retrigger events
    • Version History
    • Overwrite connection
    • Task credits
  • Databases
    • Introduction
    • Records
  • AI Agents
    • What is an AI Agent?
    • Create your first AI Agent
    • Tools
    • Interacting with Your AI Agent
  • Integration
    • Magic Link
    • Altan Integrator
    • Create your integration
  • Creators
    • What is Altan Creators?
    • How it works
  • Get Support
    • Support Options
  1. Flows

Debugging

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.
Each execution displays:
The time it occurred.
The number of credits it consumed.
Its duration.

image.png#

đź›  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.
image.png

đź–Ą 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.

image.png#

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
Previous
Filters
Next
Retrigger events
Built with