Web Notifications

Web Notifications are turned on by default for all events. They are shown in Axon Ivy Portal.

Template

 1# Web Channel for the 'default' Security System
 2# [engineDir]/configuration/ivy.yaml 
 3SecuritySystems:
 4  default:
 5    Notification:
 6      Channels:
 7        web:
 8          Name: web
 9          Enabled: true
10          Events:
11            AllKinds: enabled
12            Kinds:
13            - new-task

Reference

1# The name of the channel
2Name: web
3# Whether the channel is enabled or not
4Enabled: true
5Events:
6  # Whether all events are enabled or not (enabled for true)
7  AllKinds: enabled