*/
if(statusCode != LogEntry.STATUS_SOURCE_ERROR) {
currentTask = "Notifying Source component " + this.source.getName()
+ " of last data block failing to process through the Pipe";
// TODO: test support for FailTransferException and AbortTransferException during lastBlockStatus!
source.lastBlockStatus(PIPE_EXECUTION_FAILED);
}
logEntry.logMessage(
"Data block processing failed, aborting Pipe execution",
this,