> 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/flow-logic/canceled-executions.md).

# Keep a canceled Duaer execution canceled

In Duaer, an execution you cancel stays canceled. A later write does not turn it into success or error.
## Check it in the execution list

1. Open the execution list for the digital organization.
2. Cancel a run that is still going.
3. Refresh the list. The status should still be canceled.

There is no switch. Canceled is final: a completion or a failure that arrives later does not overwrite it. To run again, start a new execution from the canvas. That is a different row.
## Questions

### Can a canceled execution in Duaer later show as success?

No. After you cancel it, the status stays canceled. Another write does not replace it with success or error.

