> ## 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.

# ExecutionState

Defines the execution state of the field during the processing of the operation.

## Definition

```graphql theme={null}
enum ExecutionState {
  STARTED
  COMPLETED
  FAILED
}
```

## Values

### `STARTED`

The field execution has started.

### `COMPLETED`

The field execution has completed successfully.

### `FAILED`

The field execution has failed with an error.
