The Class JobExecutionResultResponseDto.
name | data type | description |
---|---|---|
jobExecutionResultDto | JobExecutionResultDto | Contains job execution result information. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "jobExecutionResultDto" : { "id" : 12345, "jobInstanceId" : 12345, "runningOnNodes" : "...", "startDate" : 12345, "endDate" : 12345, "nbItemsToProcess" : 12345, "nbItemsCorrectlyProcessed" : 12345, "nbItemsProcessedWithWarning" : 12345, "nbItemsProcessedWithError" : 12345, "status" : "FAILED", "report" : "...", "jobInstanceCode" : "..." }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }