Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Job inheritance is a core concept in Tasxs which you should utilize to create a well structured and easy to maintain setup.

The idea is very simple and is similar to the concept of inheritance found in programming languages: in a job you can add one or more jobs as configuration. You can think of these jobs as the parent-jobs. You job will inherit all parameters of all parent jobs combined. Tasxs uses a depth-first search to determine the value of a parameter.

Example

TBC


  • No labels