File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments