diff --git a/articles/components/progress-bar/index.adoc b/articles/components/progress-bar/index.adoc index 290b014ffa..b060a5b959 100644 --- a/articles/components/progress-bar/index.adoc +++ b/articles/components/progress-bar/index.adoc @@ -252,7 +252,7 @@ endif::[] === Asynchronous Processes If the user is waiting for a process to finish, consider using a Notification to notify them upon its completion and/or failure. -This is useful if the processing takes place “off-screen” or the user is doing other work while waiting. +This is useful if the processing takes place “off-screen” or the user is doing other work while waiting. See chapter xref:../../flow/advanced/long-running-tasks.adoc[Handling Long-Running Tasks] for information on how to do that or how to use the Progress Bar to inform user about the progress of long-running tasks. .Avoid blocking processes [NOTE]