[Index]

run


A job which runs another job. The other job can be local or on a server.

This job reflects the state of the job being executed.


Property Summary

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 Summary

Example 1 Examples elsewhere.

Property Detail

job

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

Job to run

join

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to false.

Wait for the target job to finish executing.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

A name, can be any text.

reset

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to NONE.

The reset level. See org.oddjob.jobs.job.ResetActions.

showJob

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to false.

Add the target job as a child of this job. Allows the target job to be easily monitored from a UI.

stateOperator

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, default is ACTIVE.

Set the way the children's state is evaluated and reflected by the parent. Values can be WORST, ACTIVE, or SERVICES.

stop

AccessREAD_ONLY
RequiredRead only.

Read only view of the internal stop flag. This flag is cleared with a reset.


Examples

Example 1

Examples elsewhere.


(c) Rob Gordon 2005 - 2017