551b7947f2
* 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
11 lines
372 B
Plaintext
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 />
|