# Execution Information

## <img src="/files/9NIX6PJKyeGO27lK3ZyJ" alt="" data-size="line"> Execution Information

### Description <a href="#description" id="description"></a>

The Execution Information transform allows you to read (or delete) information from an [Execution Information Location](/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/execution-information-location.md). Depending on which operation you select, different input options will be enabled. The output of the transform will be different as well. This means that this transform always needs input-rows in order to produce output.

**Example to delete 200 Execution Id’s:** First use Generate rows to create your fields and values to use (children: Boolean = true) and (limit: Integer = 200). Then use a first transform to get the ids (Operation: Get execution IDs), and a second connected transform to delete them (Operation: Delete execution). Optionally you can also delete by other fields such as date and ID. It can take a while to query the Execution Information, so keep an eye on the Duration column.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | <sup>✓</sup> |
| Flink      | <sup>✓</sup> |
| Dataflow   | <sup>✓</sup> |

### Options

| Option                         | Description                                                                                                                                     |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Transform name                 | Name of the transform; this name has to be unique in a single pipeline                                                                          |
| Execution Information Location | Select the [location](/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/execution-information-location.md) that you want to work with. |
| Operation type                 | Select the operation you want to perform.                                                                                                       |
| Execution ID field             | The input field that will contain the execution ID                                                                                              |
| Execution parent ID field      | The input field that will contain the execution parent ID                                                                                       |
| Execution name field           | The input field that will contain the execution name to look for                                                                                |
| Execution type field           | The input field that will contain the execution type to look for                                                                                |
| Include children field         | The input field that will contain the boolean which indicates to include children in the search                                                 |
| Limit field                    | The input field that will contain the limit with which to search                                                                                |


---

# 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.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/execinfo.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.
