From 4d9e64031c6c54f3d83f8080641ef124d8a261da Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:59:09 -0700 Subject: [PATCH] Tweak: note that apply AI suggestions runs async in WF editor (#14004) --- .../workflow-edit-dialog/workflow-edit-dialog.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index af8e9a72d..1a4592183 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -466,6 +466,7 @@
The document will be sent to the configured AI service for suggestions. Consider costs and privacy.
+This action runs in the background, so the suggestions may be applied after the other actions of this workflow have finished.