Tasks
A job is made up of a number of tasks. Tasks do the work and are simply unix commands in a function wrapper. The wrappers are:
• Task that will add a specific task to a job
• Try adds a task but will allow job to continue if task fails
• Sleep n run the sleep command for n number of seconds
• Manual force a break point for manual intervention
There is also a way to collect new values from the template using the following function wrapper.
• GetVar a way of passing specific run time parameters