# UserJourneyAnalysisOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts#L218)

Options for user journey analysis

## Properties

| Property | Type |
|---|---|
| `criticalOnly` | `boolean` |
| `maxDepth` | `number` |
| `includeSubflows` | `boolean` |
| `includeTemplateFlows` | `boolean` |
| `includeStateMachineFlows` | `boolean` |
| `minNodes` | `number` |
