SDK API Reference / JourneyStage
Interface: JourneyStage
Journey stage definition
Properties
description?
optionaldescription:string|null
Stage description
entryCriteria?
optionalentryCriteria:JourneyCriteria|null
Entry criteria - who enters this stage
exitCriteria?
optionalexitCriteria:JourneyCriteria[]
Exit criteria - conditions to remove from stage
id
id:
string
Stage ID
milestone?
optionalmilestone:JourneyCriteria|null
Milestone tracking point
name
name:
string
Stage name
steps?
optionalsteps:Record<string,JourneyStep> |JourneyStep[]
Steps within this stage. Note: API returns object keyed by UUID, but internal code may use array.