IBM WebSphere · Schema
BatchJobExecution
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware
Properties
| Name | Type | Description |
|---|---|---|
| executionId | integer | |
| jobInstanceId | integer | |
| jobName | string | |
| batchStatus | string | |
| exitStatus | string | |
| createTime | string | |
| startTime | string | |
| endTime | string | |
| lastUpdatedTime | string | |
| jobParameters | object | |
| stepExecutions | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BatchJobExecution",
"type": "object",
"properties": {
"executionId": {
"type": "integer"
},
"jobInstanceId": {
"type": "integer"
},
"jobName": {
"type": "string"
},
"batchStatus": {
"type": "string"
},
"exitStatus": {
"type": "string"
},
"createTime": {
"type": "string"
},
"startTime": {
"type": "string"
},
"endTime": {
"type": "string"
},
"lastUpdatedTime": {
"type": "string"
},
"jobParameters": {
"type": "object"
},
"stepExecutions": {
"type": "array"
}
}
}