run

Description

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

This jobs completion state will reflect the success of the run operation, not the state of job being run.

Properties

NameDescriptionRequired
name A name, can be any text. No.
job Job to run Yes.

Example

If 'sales' is the id of a client, then this would run the job fred on the corresponding server.

 <run job="${sales.lookup(fred)}"/>
 


(c) Rob Gordon 2005