Every time a published flow runs, DialogBot records the execution as a run. You can inspect any run to see exactly what happened at each step — whether it succeeded, what data it received, and what it returned.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Viewing a run
Open the run details
Click the run to open it. The flow builder displays in view-only mode, showing the same steps you built, with execution status indicators on each step.
Reading run status
Each step displays a status icon when you view a run:| Icon | Meaning |
|---|---|
| ✅ | The step executed successfully. |
| ❌ | The step failed. Click it to see the error message and input data. |
Diagnosing failures
When a step shows ❌, open its Run Details panel and check:- Input — confirm the data passed into the step was what you expected. A missing or malformed value from an upstream step is a common cause of failures.
- Error message — the error returned by the action or external service. This often points directly to the problem (for example, a missing required field or an authentication error).