{
  "executionId": 1,
  "stepExecutionCount": 1,
  "jobId": 1,
  "taskExecutionId": 17,
  "name": "ff.job",
  "startDate": "2016-03-28",
  "startTime": "13:17:04",
  "duration": "07:17:51",
  "jobExecution": {
    "id": 1,
    "version": 2,
    "jobParameters": {
      "parameters": {
        "-spring.datasource.driverClassName": {
          "identifying": false,
          "value": "com.mysql.jdbc.Driver",
          "type": "STRING"
        },
        "-spring.datasource.password": {
          "identifying": false,
          "value": "password",
          "type": "STRING"
        },
        "-spring.cloud.task.name": {
          "identifying": false,
          "value": "foo",
          "type": "STRING"
        },
        "-spring.jmx.default-domain": {
          "identifying": false,
          "value": "foo.taskbatch",
          "type": "STRING"
        },
        "-dataflow.group-deployment-id": {
          "identifying": false,
          "value": "foo-1458074090919",
          "type": "STRING"
        },
        "-spring.datasource.username": {
          "identifying": false,
          "value": "root",
          "type": "STRING"
        },
        "-server.port": {
          "identifying": false,
          "value": "26244",
          "type": "STRING"
        },
        "-spring.datasource.url": {
          "identifying": false,
          "value": "jdbc:mysql:\/\/localhost:3306\/practice",
          "type": "STRING"
        }
      },
      "empty": false
    },
    "jobInstance": {
      "id": 1,
      "version": 0,
      "jobName": "job",
      "instanceId": 1
    },
    "stepExecutions": [
      {
        "id": 1,
        "version": 3,
        "stepName": "step1",
        "status": "COMPLETED",
        "readCount": 0,
        "writeCount": 0,
        "commitCount": 1,
        "rollbackCount": 0,
        "readSkipCount": 0,
        "processSkipCount": 0,
        "writeSkipCount": 0,
        "startTime": "2016-03-15T20:34:56.000Z",
        "endTime": "2016-03-15T20:34:56.000Z",
        "lastUpdated": "2016-03-15T20:34:56.000Z",
        "executionContext": {
          "dirty": false,
          "empty": true,
          "values": [
              {
                "batch.taskletType": "org.springframework.cloud.task.app.timestamp.batch.TimestampBatchTaskConfiguration$1"
              },
              {
                "batch.stepType": "org.springframework.batch.core.step.tasklet.TaskletStep"
              }
          ]
        },
        "exitStatus": {
          "exitCode": "COMPLETED",
          "exitDescription": "",
          "running": false
        },
        "terminateOnly": false,
        "filterCount": 0,
        "failureExceptions": [

        ],
        "skipCount": 0,
        "summary": "StepExecution: id=1, version=3, name=step1, status=COMPLETED, exitStatus=COMPLETED, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0",
        "jobParameters": {
          "parameters": {
            "-spring.datasource.driverClassName": {
              "identifying": false,
              "value": "com.mysql.jdbc.Driver",
              "type": "STRING"
            },
            "-spring.datasource.password": {
              "identifying": false,
              "value": "password",
              "type": "STRING"
            },
            "-spring.cloud.task.name": {
              "identifying": false,
              "value": "foo",
              "type": "STRING"
            },
            "-spring.jmx.default-domain": {
              "identifying": false,
              "value": "foo.taskbatch",
              "type": "STRING"
            },
            "-dataflow.group-deployment-id": {
              "identifying": false,
              "value": "foo-1458074090919",
              "type": "STRING"
            },
            "-spring.datasource.username": {
              "identifying": false,
              "value": "root",
              "type": "STRING"
            },
            "-server.port": {
              "identifying": false,
              "value": "26244",
              "type": "STRING"
            },
            "-spring.datasource.url": {
              "identifying": false,
              "value": "jdbc:mysql:\/\/localhost:3306\/practice",
              "type": "STRING"
            }
          },
          "empty": false
        },
        "jobExecutionId": 1
      }
    ],
    "status": "COMPLETED",
    "startTime": "2016-03-28T13:17:04.795Z",
    "createTime": "2016-03-15T20:34:56.000Z",
    "endTime": "2016-03-15T20:34:56.000Z",
    "lastUpdated": "2016-03-15T20:34:56.000Z",
    "exitStatus": {
      "exitCode": "COMPLETED",
      "exitDescription": "",
      "running": false
    },
    "executionContext": {
      "dirty": false,
      "empty": true,
      "values": [

      ]
    },
    "failureExceptions": [

    ],
    "jobConfigurationName": null,
    "running": false,
    "jobId": 1,
    "stopping": false,
    "allFailureExceptions": [

    ]
  },
  "jobParameters": {
    "--dataflow.group-deployment-id": "foo-1458074090919",
    "--spring.datasource.username": "root",
    "--spring.datasource.driverClassName": "com.mysql.jdbc.Driver",
    "--spring.datasource.url": "jdbc:mysql:\/\/localhost:3306\/practice",
    "--server.port": "26244",
    "--spring.jmx.default-domain": "foo.taskbatch",
    "--spring.datasource.password": "password",
    "--spring.cloud.task.name": "foo"
  },
  "jobParametersString": "--dataflow.group-deployment-id=foo-1458074090919\n--spring.datasource.username=root\n--spring.datasource.driverClassName=com.mysql.jdbc.Driver\n--spring.datasource.url=jdbc:mysql:\/\/localhost:3306\/practice\n--server.port=26244\n--spring.jmx.default-domain=foo.taskbatch\n--spring.datasource.password=password\n--spring.cloud.task.name=foo\n",
  "restartable": false,
  "abandonable": false,
  "stoppable": true,
  "timeZone": "UTC",
  "_links": {
    "self": {
      "href": "http:\/\/localhost:9393\/jobs\/executions\/1"
    }
  }
}
