Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/engage/journeys/v2/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This page outlines product limitations for Event-Triggered (V2) Journeys.

## General limits

| Name | Limit | Description |
| ------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Steps | 50 | Maximum number of steps per journey. |
| Journey name | 73 characters | Maximum length for Journey names. Names must be unique. |
| Step name | 73 characters | Maximum length for step names. |
| Branch name | 73 characters | Maximum length for branch names within a split step. Branch names must be unique across the journey. |
| Additional branches | 5 | Maximum number of branches supported in a split or Hold Until step. |
| Delay duration | Minimum: 5 minutes<br>Maximum: 182 days | Allowed time range for Delay and Hold Until steps. |
| Unique identifier | 500 characters | For Re-enter every time event occurs rules, you must define a unique identifier. The value is limited to 500 characters. |
| Name | Limit | Description |
| ------------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Steps | 50 | Maximum number of steps per journey. |
| Journey name | 73 characters | Maximum length for Journey names. Names must be unique. |
| Step name | 73 characters | Maximum length for step names. |
| Branch name | 73 characters | Maximum length for branch names within a split step. Branch names must be unique across the journey. |
| Additional branches | 5 | Maximum number of branches supported in a split or Hold Until step. |
| Delay duration | Minimum: 5 minutes<br>Maximum: 182 days | Allowed time range for Delay and Hold Until steps. |
| Unique identifier | Property name: 500 characters<br>Property value: 150 characters | For "Re-enter every time event occurs" rules, you must define a unique identifier. The property name is limited to 500 characters, and the property value is limited to 150 characters. |

## Journey Step Billing

Expand All @@ -35,7 +35,7 @@ Plans with compute credits instead of journey steps consume 1 compute credit for
| Name | Limit | Description |
| ------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Requests per second (RPS) | 25 events/sec/profile | Maximum events per second per Segment ID. Timer events are excluded. Excess events get dropped. |
| Instances per profile | 25 concurrent instances | Maximum concurrent Journey instances per profile. |
| Instances per profile | 25 concurrent instances | Maximum concurrent journey instances per profile across all journeys. |
| Send profiles back branch | 100 instances | Maximum count a single journey instance can pass through a Wait Until Send profiles back to the beginning of this step' branch. |

## Journey context
Expand Down
Loading