Interface
Job template detailed information.
Properties
Property | Type | Notes |
---|---|---|
Activity[] | Activities associated with the job template. | |
string | Category used for grouping job templates. | |
string | Default assignment when creating jobs. | |
Default assigned type when creating jobs. | ||
string | Default description used when creating jobs. | |
Date | Default due date for the job. | |
string | Default final status when a job is closed. | |
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 | |
string | Default naming for jobs. For example, | |
string | Default priority when a job is created. | |
Date | Default start date used when | |
string | Default status when a job is created. | |
string | Description for the job template. | |
string | Id of the diagram associated with the job template. | |
string | Name of the diagram associated with the job template. | |
Extended property tables associated with the job template. | ||
Start date type used when creating jobs. | ||
string | Job template Id. Only required for existing job templates. | |
string | Job template name. | |
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.