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
2 changes: 2 additions & 0 deletions content/designing-workflows/step-conditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Message status conditions allow you to build a check for one workflow step that
- An asserting (`"has"`) or negating (`"has not"`) condition operator.
- The expected delivery or engagement status case.

Message state used to evaluate status conditions is subject to the Knock data retention policy. If you attempt to evaluate a status condition against a message that has expired out of your account's retention window, the condition will always evaluate to a false result. For more information, see our [data retention docs](/manage-your-account/data-retention).

### Status cases

<Callout
Expand Down
Loading