Skip to main content

Position of the contact within a sequence's step graph.

  • stepId is the database id of the current step (or null when the contact has finished or is on an archived path with no current step).
  • displayName is a human-readable label for the step (e.g. "Email step 2"); rendered as "Finished" when the contact is no longer on any step.
stepId
integer | null

Database id of the current step. null if the contact has no current step (finished or archived).

displayName
string | null

Human-readable label for the step. "Finished" when the contact is finished.