Diagram

Elements

NotificationTriggers
References Notes

E-mail can be specified to be sent in case of events that are configured with this element:

  • OnSuccess: in case of successful execution of a file tansfer operation.
  • OnError: in case of failed execution of a file tansfer operation.
  • OnEmptyFiles: in case of exclusively empty files being detected during the execution of a file tansfer operation.
Element Type Required Description
OnSuccess [NotificationTriggerType]
  • Occurrence: 0..1
Optional
References Notes

Send a notification in case of success.

NotificationTriggerType / MailFragmentRef
  • Occurrence: 1
Required

This element references the fragment that is used for notification of a file transfer operation.

Any number of reusable MailFragment elements can be configured and are distinguished by YADE based on their name attribute.

The reference to a fragment is based on the value of the ref attribute of this element to the corresponding name attribute of the MailFragment element.

ref

This attribute identifies the fragment that is used for notification about file transfers.

OnError [NotificationTriggerType]
  • Occurrence: 0..1
Optional
References Notes

Send a notification in case of error.

NotificationTriggerType / MailFragmentRef
  • Occurrence: 1
Required

This element references the fragment that is used for notification of a file transfer operation.

Any number of reusable MailFragment elements can be configured and are distinguished by YADE based on their name attribute.

The reference to a fragment is based on the value of the ref attribute of this element to the corresponding name attribute of the MailFragment element.

ref

This attribute identifies the fragment that is used for notification about file transfers.

OnEmptyFiles [NotificationTriggerType]
  • Occurrence: 0..1
Optional
References Notes

Send a notification if empty files are detected.

NotificationTriggerType / MailFragmentRef
  • Occurrence: 1
Required

This element references the fragment that is used for notification of a file transfer operation.

Any number of reusable MailFragment elements can be configured and are distinguished by YADE based on their name attribute.

The reference to a fragment is based on the value of the ref attribute of this element to the corresponding name attribute of the MailFragment element.

ref

This attribute identifies the fragment that is used for notification about file transfers.

 

  • No labels