Interface
Job template detailed information.
Properties
Property | Type | Notes |
---|---|---|
activities | Activity[] | Activities associated with the job template. |
category | string | Category used for grouping job templates. |
defaultAssignedTo | string | Default assignment when creating jobs. |
defaultAssignedType | AssignedType | Default assigned type when creating jobs. |
defaultDescription | string | Default description used when creating jobs. |
defaultDueDate | Date | Default due date for the job. |
defaultFinalStatus | string | Default final status when a job is closed. |
defaultJobDuration | number | Default job duration for setting the job due date. Expected number of days to complete a job after the start date.
Use this in place of |
defaultJobName | string | Default naming for jobs. For example, |
defaultPriority | string | Default priority when a job is created. |
defaultStartDate | Date | Default start date used when |
defaultStatus | string | Default status when a job is created. |
description | string | Description for the job template. |
diagramId | string | Id of the diagram associated with the job template. |
diagramName | string | Name of the diagram associated with the job template. |
extendedPropertyTableDefinitions | ExtendedPropertyTableDefinition[] | Extended property tables associated with the job template. |
jobStartDateType | JobStartDateType | Start date type used when creating jobs. |
jobTemplateId | string | Job template Id. Only required for existing job templates. |
jobTemplateName | string | Job template name. |
state | JobTemplateState | State of the job template. Default to draft if not specified. |
activities
activities: Activity[]
Activities associated with the job template.
defaultAssignedTo
defaultAssignedTo: string
Default assignment when creating jobs.
defaultAssignedType
defaultAssignedType: AssignedType
Default assigned type when creating jobs.
defaultDescription
defaultDescription: string
Default description used when creating jobs.
defaultFinalStatus
defaultFinalStatus: string
Default final status when a job is closed.
defaultJobDuration
defaultJobDuration: number
Default job duration for setting the job due date. Expected number of days to complete a job after the start date.
Use this in place of defaultDueDate
.
defaultJobName
defaultJobName: string
Default naming for jobs. For example, JOB_[index]
.
defaultStartDate
defaultStartDate: Date
Default start date used when jobStartDateType=SpecificDate
.
diagramId
diagramId: string
Id of the diagram associated with the job template.
diagramName
diagramName: string
Name of the diagram associated with the job template.
extendedPropertyTableDefinitions
extendedPropertyTableDefinitions: ExtendedPropertyTableDefinition[]
Extended property tables associated with the job template.
jobStartDateType
jobStartDateType: JobStartDateType
Start date type used when creating jobs.
jobTemplateId
jobTemplateId: string
Job template Id. Only required for existing job templates.
state
state: JobTemplateState
State of the job template. Default to draft if not specified.