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

# ExecutionContext

> Optional context parameters for graph execution. Provides control over execution tracking, user targeting, and initial state. All parameters are optional and have sensible defaults.

## Properties

* [executionId](#executionid)
* [userContext](#usercontext)
* [dataStoreContent](#datastorecontent)

***

## Properties

### executionId

```typescript theme={"system"}
executionId?: string
```

### userContext

```typescript theme={"system"}
userContext?: UserContextInterface
```

### dataStoreContent

```typescript theme={"system"}
dataStoreContent?: { [x: string]: any; }
```
