JobOutputDelivery

Use the JobOutputDelivery data type to return a description of job output.

Fields Provided by JobOutputDelivery

Field Description

dateTime created

The date the report job was created.

long deliveryID

The primary key to identify the job delivery.

byte[] deliveryParameters

The parameters for the deliverychannels.

dateTime lastUpdated

The date and time the job was last updated.

long outputID

The identification of the report in history. One scheduled JobID can be associated with multiple outputIDs or historyIDs. This is because one scheduled report can be executed or republished multiple times.

long parentDeliveryID

The delivery ID of the parent request.

String status

JobOutputDelivery status values are:

  • STATUS_RUNNING = 'R';
  • STATUS_SUCCESS = 'S';
  • STATUS_FAILED = 'F';
  • STATUS_WARNING = 'I';
  • STATUS_UNKNOWN = 'X';

String statusDetail

Detailed status information from Publisher.