Wait for Acknowledgement

This activity is for the inline use within the business processes. The activity suspends the business process until all the devices, to whom the notification was sent, acknowledge the receipt. If the notification is not acknowledged within a specified timeout value, it raises a time-out exception.

General

The General tab has the following fields.

Field Description
Name The name to be displayed as the label for the activity in the process.

Description

Provide a short description for the activity.

Input

The activity has the following input.

Activity Input Description
notificationId The notification ID of the push notification.
timeout The timeout of this activity.
Note: It is recommended not to set the value as negative. Setting this value as negative, for example, -50000ms, throws an error.