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: stringDefault assignment when creating jobs.
defaultAssignedType
defaultAssignedType: AssignedTypeDefault assigned type when creating jobs.
defaultDescription
defaultDescription: stringDefault description used when creating jobs.
defaultFinalStatus
defaultFinalStatus: stringDefault final status when a job is closed.
defaultJobDuration
defaultJobDuration: numberDefault 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: stringDefault naming for jobs. For example, JOB_[index] .
defaultStartDate
defaultStartDate: DateDefault start date used when jobStartDateType=SpecificDate .
diagramId
diagramId: stringId of the diagram associated with the job template.
diagramName
diagramName: stringName of the diagram associated with the job template.
extendedPropertyTableDefinitions
extendedPropertyTableDefinitions: ExtendedPropertyTableDefinition[]Extended property tables associated with the job template.
jobStartDateType
jobStartDateType: JobStartDateTypeStart date type used when creating jobs.
jobTemplateId
jobTemplateId: stringJob template Id. Only required for existing job templates.
state
state: JobTemplateStateState of the job template. Default to draft if not specified.