Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

job

Overview

An element of an object containing the definition of the content cleaner job.

job element

Type: job

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<job>
  <jobParams>
    <jobParams>
      <value>...</value>
      <name>...</name>
    </jobParams>
    <jobParams>
      <!--...-->
    </jobParams>
    <!--...more "jobParams" elements...-->
  </jobParams>
  <userName>...</userName>
  <jobId>...</jobId>
  <jobName>...</jobName>
  <groupName>...</groupName>
  <state>...</state>
  <jobTrigger>
    <cronString>...</cronString>
    <endTime>...</endTime>
    <startTime>...</startTime>
    <uiPassParam>...</uiPassParam>
    <duration>...</duration>
  </jobTrigger>
  <nextRun>...</nextRun>
  <lastRun>...</lastRun>
</job>

Example JSON

{
  "jobParams" : {
    "jobParams" : [ {
      "value" : "...",
      "name" : "..."
    }, ... ]
  },
  "userName" : "...",
  "jobId" : "...",
  "jobName" : "...",
  "groupName" : "...",
  "state" : "NORMAL",
  "jobTrigger" : {
    "cronString" : "...",
    "endTime" : "...",
    "startTime" : "...",
    "uiPassParam" : "...",
    "duration" : ...
  },
  "nextRun" : "...",
  "lastRun" : "..."
}

Copyright © Pentaho.com