--- alias: automationjobtype-gt description: "Defines job types and their execution parameters, including automation and manual handling" --- # AutomationJobType Description: Captures information about Job Types and their execution characteristics (whether automated and / or handled by a Factory Automation Workflow) The **AutomationJobType** table has the following fields: | Field | Description | Key | Mandatory | Reference Type | Comments | | ---- | ----- | -- | -- | -- | ---- | | **Type** |The type of the Automation Job| Yes | Yes | AutomationJobType | | | **Description** |The description of the job type| No | No | | | | **IsFactoryAutomationJob** |Whether the Automation Job is an Automation Controller Job which requires an Automation Controller and will be executed by the Job Supervisor| No | Yes | | | | **IsManualJob** |Whether the Automation Job is a Manual Job, which requires human execution or not| No | Yes | | | Table: AutomationJobType fields