-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Labels
Milestone
Description
- Windows @jruales
- macOS @sbatten
- Linux @vijayupadya
Complexity: 3
A new setting task.notifyWindowOnTaskCompletion
, set to 1 minute by default, controls the minimum execution time for a task that warrants notifying the user when the task finishes AND the window is not currently focused.
This will apply to all tasks you manually run. It will only apply to tasks run by the chat agent if chat.notifyWindowOnResponseReceived
is disabled.
Changing the setting to 0
should disable the behavior.
This should only appear on run of a task, not when the task later becomes active then inactive again. That should not trigger a notification, as it's usually faster and our Active
event fires continuously, making it difficult to accurately reset the start time.
Ensure you have the right permissions for your OS:
