# End execution

The End Execution action node is used to end the execution of an action. When an End Execution is triggered at runtime, other action nodes placed after that End Execution will not run. If the action containing the End Execution action node is run from another action via [Run action](/library/action-nodes/run-action.md) it will continue to execute the action it was called from.

### Example

In this example, End Execution is used to create an if-else structure.

1. If the Order is new, it is updated, persisted and then the action ends.
2. If the Order is in preparation, it is updated, read to another data source and then the action ends.
3. If the Order is delivered, it is read to another data source and then a dialog is opened.

Using this structure, the status of the Order can be updated inside the action without impacting the evaluation of the conditions.

<figure><img src="/files/wYSDCmJCLWLnTxSN3f4f" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appfarm.io/library/action-nodes/end-execution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
