This job reflects the state of the job being executed.
job | Job to run |
join | Wait for the target job to finish executing. |
name | A name, can be any text. |
reset | The reset level. |
showJob | Add the target job as a child of this job. |
stateOperator | Set the way the children's state is evaluated and reflected by the parent. |
stop | Read only view of the internal stop flag. |
Example 1 | Examples elsewhere. |
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | Yes. |
Job to run
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No, defaults to false. |
Wait for the target job to finish executing.
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No. |
A name, can be any text.
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No, defaults to NONE. |
The reset level. See org.oddjob.jobs.job.ResetActions
.
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No, defaults to false. |
Add the target job as a child of this job. Allows the target job to be easily monitored from a UI.
Configured By | ATTRIBUTE |
Access | READ_WRITE |
Required | No, default is ACTIVE. |
Set the way the children's state is evaluated and reflected by the parent. Values can be WORST, ACTIVE, or SERVICES.
Access | READ_ONLY |
Read only view of the internal stop flag. This flag is cleared with a reset.
Examples elsewhere.
run
to run a job on a
remote server.