Skip to content

UserJourneyNodeType

reference
1 min readUpdated

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

  • START
  • END
  • SCREEN
  • ACTION
  • DECISION
  • MODAL
  • PROCESS
  • NAVIGATION
  • SUBFLOW

Was this page helpful?

Download as PDF