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

# ExecutionResult

> Result returned from , containing the execution stream and metadata. This interface provides access to the graph execution results through an async iterator, along with execution tracking information.

## Properties

* [variantName](#variantname)
* [outputStream](#outputstream)
* [executionId](#executionid)

***

## Properties

### variantName

```typescript theme={"system"}
variantName: string
```

### outputStream

```typescript theme={"system"}
outputStream: GraphOutputStream
```

### executionId

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