# WorkflowSequence

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/screenshot-instruction-generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/screenshot-instruction-generator.ts#L101)

Workflow sequence of screenshots

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `stateMachine` | `string` |
| `description` | `string` |
| `states` | `string[]` |
| `instructions` | `ScreenshotInstruction[]` |
| `estimatedMinutes` | `number` |
