@notification::delinkAllExcept

Delinks all stakeholders from the notification, except for those specified in the recipientTargetNames list.

Syntax:

@notification::delinkAllExcept(list recipientTargetNames)

Parameters:

(list) recipientTargetNames: list of recipients to be excepted from the delink action

Returns:

None

Example:

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)