> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Execution

No description

## Definition

```graphql theme={null}
object Execution {
  field: String!
  alias: String
  state: ExecutionState!
  startLine: Int
  endLine: Int
}
```

## Fields

### `field`

[String!](/reference/graphql/scalars/string)

The field path that triggered the event.

### `alias`

[String](/reference/graphql/scalars/string)

The alias of the field that triggered the event, if any.

### `state`

[ExecutionState!](/reference/graphql/enums/execution-state)

The execution state of the field.

### `startLine`

[Int](/reference/graphql/scalars/int)

The start line of the field in the original query.

### `endLine`

[Int](/reference/graphql/scalars/int)

The end line of the field in the original query.
