Activity - notification

Activity Type: Notification

Description

Produces a notification message when the output stream of an activity has completed or commenced.

Example

<notification name="notify">
  <notify type="complete"/>
  <dataInput from="queryResults"/>
  <dataOutput name="dataOutput"/>
  <notificationOutput name="notifyOutput"/>
  <message>SQL query activity is complete</message>
</notification>

Specification

Element notification:

Data Resource Accessor

This activity can operate with any data resource accessor.

Input and Output Types

XML Schema

OGSA-DAI/schema/ogsadai/xsd/activities/notification.xsd

Class

uk.org.ogsadai.activity.delivery.NotificationActivity

Client Toolkit Class

uk.org.ogsadai.client.toolkit.activity.misc.Notification