Skip to content

Commit 679bed9

Browse files
authored
DOC-307: Step membership removal [netlify-ignore]
1 parent ef1bf73 commit 679bed9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/personas/journeys/journeys-logic.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ To enter each subsequent step, three conditions must be true:
4646
2. The user meets the next step's conditions.
4747
3. The users satisfies wait conditions.
4848

49-
### Evaluating Prior Step Membership
50-
51-
To evaluate whether a user has ever joined the previous step, Journeys appends the `preceding_step_joined_time` trait to the user’s profile. This trait notes when the user initially joined each step. To enter a step, users must satisfy both the `preceding_step_audience_member = True` condition and the step's defined conditions.
5249

5350
### Condition Steps
5451

0 commit comments

Comments
 (0)