@interaction::retrieveInteractionContext

This method retrieves the interaction context for the initiating notification. This context will be used to run a interaction script on the notification.

Syntax:

@interaction::retrieveInteractionContext(long notificationId)

Parameters:

(Long) notificationId: identifier of the notification.

Returns:

(Boolean) true if a context is available for this notification, otherwise false.

Note: context is not available for terminated events, and the return value may be ignored.

Example: