Table of Contents

Search

  1. Preface
  2. Taskflows and linear taskflows
  3. Taskflows
  4. Linear taskflows

Taskflows

Taskflows

getDefaultSuccessEmailNotification

getDefaultSuccessEmailNotification

Returns the default email addresses configured in the
Success Email Notifications
field for the organization in Administrator. In addition, when you use this function in the
Email To
,
Email Cc
, or
Email Bcc
fields in the Notification Task step, it also sends the notification to the email addresses.

Syntax

util:getDefaultSuccessEmailNotification()
The getDefaultSuccessEmailNotification function does not use an argument.

Return Value

Email addresses configured for success notifications for the organization in Administrator. If the function is used in the
Email To
,
Email Cc
, or
Email Bcc
fields in the Notification Task step, the notification is sent to the returned email address.

Example

If you use the getDefaultSuccessEmailNotification function in a taskflow and the
Success Email Notifications
field contains the value abc@informatica.com, the function returns the following value:
abc@informatica.com
If the function is used in the
Email To
,
Email Cc
, or
Email Bcc
fields in the Notification Task step, it also sends the notification to abc@informatica.com.

0 COMMENTS

We’d like to hear from you!