guides:reference:jobs:job_configuration
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:reference:jobs:job_configuration [2019/12/23 12:09] – ↷ Page moved from menu:operate:jobs:job_configuration to guides:reference:jobs:job_configuration yspeerte | guides:reference:jobs:job_configuration [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ==== Job Configuration ==== | ||
+ | |||
+ | The scheduler and its behaviour for the various job types is fully customizable using an XML file. This file controls the required permissions for the various actions available using the '' | ||
+ | ==== State machine in detail ==== | ||
+ | |||
+ | A more detailed view of the Scheduler state machine is needed here than the one outlined in [[guides: | ||
+ | |||
+ | {{ menu: | ||
+ | |||
+ | ==== Tool-setup XML file ==== | ||
+ | |||
+ | The Approval mechanism is part of the scheduler. All jobs requiring approval will be placed in a new state ' | ||
+ | |||
+ | To support approvals require all job-tools, the scheduler and the job-management tool work from a common set of tool-configurations. The job-tools need configuration settings on their approval requirements that will normally vary per user-level of the user submitting the jobs. The configuration settings include variables to define what user-levels may do the approvals, how many jobs may be submitted and the number of jobs that may be submitted without an approval. | ||
+ | |||
+ | Since these configuration settings differ per user-level and per job-type, the number of variables involved and the fact that both the job-tools and the scheduler require access to them strongly favour a centralized job-configuration file. Such an approach would also allow a customer to make (revision persistent) changes to meet his approval requirements. | ||
+ | |||
+ | The file defined for this purpose is ''/ | ||
+ | |||
+ | Closely linked to the approval mechanism is the introduction of a job change-id. Its use and validation is very similar to the approval configuration variables and will therefore be included in the xml file. | ||
+ | |||
+ | The user-levels in YCE are incremental in authorization and are defined by the user-group the user is a member of. Distinction must be made between the users global user-level and the client-type specific user-level. In a user-group, the user may be assigned an ' | ||
+ | |||
+ | Access authorization level definition (user-level and client-level) | ||
+ | |||
+ | ^User-level ^name ^remark | | ||
+ | |0 |disabled |cannot login | | ||
+ | |1 |browser |cannot submit jobs | | ||
+ | |2 |operator | | | ||
+ | |3 |engineer | | | ||
+ | |4 |modeler |aka designer | | ||
+ | |5 |manager | | | ||
+ | |6 |system |same as manager | | ||
+ | |||
+ | The section below shows the tool-configuration entries for one of the job-tools, the ' | ||
+ | |||
+ | <code xml> | ||
+ | < | ||
+ | |||
+ | < | ||
+ | < | ||
+ | <notify pending=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | |||
+ | The configuration file has a ' | ||
+ | |||
+ | The line (or ' | ||
+ | |||
+ | The ' | ||
+ | |||
+ | The ' | ||
+ | |||
+ | In the same ' | ||
+ | can either be refused should no approval levels be defined (' | ||
+ | |||
+ | Likewise, the ' | ||
+ | |||
+ | === Default job-type === | ||
+ | |||
+ | The above example shows the full-definitions for just one tool, the full file will contain definition sections for many of these tools. These sections can be simplified using a < | ||
+ | <code xml> | ||
+ | < | ||
+ | |||
+ | < | ||
+ | < | ||
+ | <notify pending=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | </ | ||
+ | |||
+ | When the < | ||
+ | |||
+ | The default settings for a missing job-tool entry are: | ||
+ | |||
+ | <code xml> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | ==== Job configuration parameters ==== | ||
+ | |||
+ | What do all these parameters control? Well, they allow you to tune the approval and auditor workflow and permissions to be tailored to your organization. | ||
+ | |||
+ | ^Element ^Attribute ^Values ^Description and use | | ||
+ | | | | | | | ||
+ | |name | | | | | ||
+ | | |job_type |e.g. '' | ||
+ | | |queue |'' | ||
+ | | | | | | | ||
+ | |auditors | | | | | ||
+ | | |levels |e.g. '' | ||
+ | | | | | | | ||
+ | |notify | | | | | ||
+ | | |pending |'' | ||
+ | | |cancel |'' | ||
+ | | |suspend |'' | ||
+ | | | | | | | ||
+ | |change_id | | | | | ||
+ | | |option |'' | ||
+ | | |hint |e.g. '' | ||
+ | | |validation |e.g. '' | ||
+ | |||
+ | >> Need a table of available tool names (tool_types). | ||
+ | |||
+ | ==== Queue definitions ==== | ||
+ | |||
+ | The '' | ||
+ | <code xml> | ||
+ | < | ||
+ | <queue name=" | ||
+ | <queue name=" | ||
+ | <queue name=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | See the section on queue configuration in [[guides: | ||
+ | |||
+ | \\ | ||