Skip to content

Commit 67bbf71

Browse files
committed
Link to new wait-for-token page and update description
1 parent 18c9a9b commit 67bbf71

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

apps/webapp/app/components/BlankStatePanels.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,17 +419,15 @@ export function NoWaitpointTokens() {
419419
iconClassName="text-sky-500"
420420
panelClassName="max-w-md"
421421
accessory={
422-
<LinkButton to={docsPath("wait")} variant="docs/small" LeadingIcon={BookOpenIcon}>
422+
<LinkButton to={docsPath("wait-for-token")} variant="docs/small" LeadingIcon={BookOpenIcon}>
423423
Waitpoint docs
424424
</LinkButton>
425425
}
426426
>
427427
<Paragraph spacing variant="small">
428-
Waitpoint tokens are used to pause runs until you complete the token so the run can
429-
continue.
430-
</Paragraph>
431-
<Paragraph spacing variant="small">
432-
You can build approval workflows using them, as well as other use cases.
428+
Waitpoint tokens pause task runs until you complete the token. They're commonly used for
429+
approval workflows and other scenarios where you need to wait for external confirmation,
430+
such as human-in-the-loop processes.
433431
</Paragraph>
434432
</InfoPanel>
435433
);

0 commit comments

Comments
 (0)