# UserJourneyNodeType

**Kind:** Enum

**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#L18)

User Journey Interfaces

Defines data structures for representing user journeys and flows
that will be converted into Mermaid flowchart diagrams.

User journeys differ from state machines:
- State machines focus on system states and transitions
- User journeys focus on user actions, screens, and navigation paths

## Values

- `START`
- `END`
- `SCREEN`
- `ACTION`
- `DECISION`
- `MODAL`
- `PROCESS`
- `NAVIGATION`
- `SUBFLOW`
