Activity Type: Delivery
Throws away the input stream. If an input stream is passed to this activity there will be no way to retrieve the data.
The activity is useful in the odd occassions when the client is not interested in one of multiple outputs produed by an activity or the client is only insterested in the side-effects of an activity rather than its output. For example, the sqlBulkLoadRowSet activity inserts rows into a database base and outputs the number of rows inserted. If you are not interested in the number of rows inserted then deliverToNull can be used to throw away this result. By throwning away an unrequired output using deliverToNull it is sometimes possible for a perform document is be executed asynchronously rather than synchronously - this may be useful for long running perform documents.
See also deliverToResourceProperty which is similar but allows the results to be retrieved via a resource property.
<deliverToNull name="delivery"> <input from="dataSource"/> </deliverToNull>
Element deliverToNull:
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/deliver_to_null.xsd
uk.org.ogsadai.activity.delivery.DeliverToNullActivity
uk.org.ogsadai.client.toolkit.activity.delivery.DeliverToNull
Up: Activities | ||
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |