Kind: Enum
Source: atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts
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
STARTENDSCREENACTIONDECISIONMODALPROCESSNAVIGATIONSUBFLOW
Was this page helpful?