Skip to content

Commit 7f572b2

Browse files
committed
Journeys Recurrence update DOC-432
1 parent a76f2eb commit 7f572b2

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

src/personas/journeys/build-journey.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Journeys provides five step types, which you can add after the entry condition.
4444

4545
**Wait for duration** defines the length of time in minutes, hours, days, or weeks that a user must wait before moving to the next step.
4646

47-
**True/false split** divides the previous step's user group into two branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch. To enforce mutual exclusivity, Journeys evaluates true/false conditions when a user reaches the relevant step.
47+
**True/false split** divides the previous step's user group into two branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch. To enforce mutual exclusivity, Journeys evaluates true/false conditions when a user reaches the relevant step.
4848

4949
You can add Step Names to describe the users in the True and False branch.
5050

5151
![true/false split](images/journey_t-f-split.png)
5252

53-
**Multi-branch split** divides the group of users from the previous step into two or more branches based on each branch's defined conditions.
53+
**Multi-branch split** divides the group of users from the previous step into two or more branches based on each branch's defined conditions.
5454

5555
Define the number of branches you want to create, then add a **Wait for condition** step to define each branch's condition.
5656

@@ -61,20 +61,20 @@ Define the number of branches you want to create, then add a **Wait for conditio
6161

6262
## Cloning a Journey
6363

64-
To clone a Journey:
65-
1. In Journey List view, click the **** icon at the end of a row.
66-
2. Select **Clone Journey**.
64+
To clone a Journey:
65+
1. In Journey List view, click the **** icon at the end of a row.
66+
2. Select **Clone Journey**.
6767

68-
Segment then creates a draft of your Journey.
68+
Segment then creates a draft of your Journey.
6969

70-
You can also clone a Journey from a Journey’s Overview by clicking the **** icon.
70+
You can also clone a Journey from a Journey’s Overview by clicking the **** icon.
7171

7272
## Publishing a Journey
7373

7474
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
7575

7676
> info ""
77-
> After publication, Segment limits which Journeys features you can edit. For more information, see the difference between Draft and Published Journeys below.
77+
> Some Journey features can only be edited before publication. For more information, see the difference between Draft and Published Journeys below.
7878
7979
## Journey re-entry
8080

@@ -106,15 +106,6 @@ To enable Journey re-entry for a new Journey, follow these steps:
106106
3. Under **Exit settings**, enter an exit time.
107107
4. Click **Build Journey** to complete Journey setup.
108108

109-
To enable Journey re-entry for an existing Journey, follow these steps:
110-
111-
1. Select the **Journeys** tab within your Personas space.
112-
2. Select the Journey for which you want to enable re-entry.
113-
3. Select the **Settings** tab from the Journey overview.
114-
4. Under **Entry settings,** select **Re-Entry** and enter a re-entry time.
115-
5. Under **Exit settings**, enter an exit time.
116-
6. Click **Update Settings**.
117-
118109
## Pausing and resuming a Journey
119110

120111
Pausing a published Journey prevents new users from joining your Journey. Users already in the Journey, however, will continue their progress.

0 commit comments

Comments
 (0)