Delinks all stakeholders from the notification, except for those specified in the recipientTargetNames list.
@notification::delinkAllExcept(list recipientTargetNames)
(list) recipientTargetNames: list of recipients to be excepted from the delink action
None
This example illustrates how to delink the recipients to this notification resolution business process, except for the recipient "bsmith" and the "Support" group.
$recipients = "bsmith"
$recipients::add("Support")
@event::delinkAllExcept($recipients)