Files
triggerdotdev--trigger.dev/docs/wait-for-token.mdx
T
James Ritchie 551b7947f2 New waitpoint token docs page + updates the URL and description for the waitpoint blank state in the app (#1860)
* Delete old wait-for pages & create new wait-for-token page

* Link to new wait-for-token page and update description

* Adds an upgrade to v4 coming soon docs page

* Removes unncessary property from Note component
2025-04-01 17:15:59 +01:00

11 lines
372 B
Plaintext

---
title: "Wait for token"
description: "Wait until a token is completed."
---
import ComingSoon from "/snippets/coming-soon-generic.mdx"
Waitpoint tokens pause task runs until you complete the token. They're commonly used for approval workflows and other scenarios where you need to wait for external confirmation, such as human-in-the-loop processes.
<ComingSoon />