> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/executions.md).

# Read executions in Duaer

In Duaer, one execution is one run of a digital organization. The Executions list shows success, error, canceled, running, queued, and waiting.
## What one execution is

One execution is one run from the trigger until it finishes, fails, is canceled, or stops on Wait. Hosted plans count these runs. Refer to [Duaer plans and credits](/manage-cloud/plans.md). A manual test on the canvas is also an execution. Its mode is manual.

## Open the list

1. In the left sidebar, select Executions.
2. Filter by status, or pick one digital organization first. Statuses include Succeeded, Error, Canceled, Running, Queued, and Waiting.
3. Select a row to open that execution. The canvas is read-only. Change nodes from the digital organization tab.

Mode says how it started: manual, trigger, webhook, error, retry, or integrated. Waiting means the run reached Wait and has not resumed yet. A canceled execution stays canceled. Refer to [canceled executions](/flow-logic/canceled-executions.md).

## Retry a failure

On a failed execution, select Retry execution. Both options continue from the node that failed:

- Retry with the currently saved digital organization uses the nodes on the canvas now.
- Retry with the original digital organization uses the nodes from that execution.
## Questions

### Does a manual test in Duaer count as an execution?

Yes. It shows in Executions with mode manual. Hosted plans bill executions, not seats.

