# Interface: FlowState

Defined in: [packages/sdk/src/core/types.ts:164](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L164)

## Properties

### context

> **context**: [`FlowContext`](https://plandalf.com/docs/packages/sdk/interfaces/FlowContext)

Defined in: [packages/sdk/src/core/types.ts:168](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L168)

***

### currentStep

> **currentStep**: `string` \| `null`

Defined in: [packages/sdk/src/core/types.ts:166](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L166)

***

### error?

> `optional` **error?**: `Error`

Defined in: [packages/sdk/src/core/types.ts:169](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L169)

***

### status

> **status**: [`FlowStatus`](https://plandalf.com/docs/packages/sdk/type-aliases/FlowStatus)

Defined in: [packages/sdk/src/core/types.ts:165](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L165)

***

### stepData

> **stepData**: `Record`\<`string`, `unknown`\>

Defined in: [packages/sdk/src/core/types.ts:167](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L167)

Source: https://plandalf.com/docs/packages/sdk/interfaces/FlowState
