Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/components/progress-bar/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down