Interface
Workflow Manager job.
Properties
Property | Type | Notes |
---|---|---|
activeVersions | JobVersion[] | Active data versions associated with the job. |
archived | boolean | Indicates whether the job has been archived |
closed | boolean | Indicates if the job is closed. |
createdBy | string | User name of the user who created the job. |
createdDate | Date | Date job was created. |
currentSteps | CurrentStep[] | Current steps of the job. |
description | string | Job description. |
diagramId | string | Id of the diagram associated with the job. |
diagramName | string | Name of the diagram associated with the job. |
diagramVersion | number | Version number of the diagram associated with the job. |
dueDate | Date | Job due date. |
endDate | Date | Date job was closed. |
extendedProperties | JobExtendedPropertyTable[] | Extended properties of the job with a relationship type of one-to-one. Jobs can only have one value for the properties in the extended properties table. |
holds | JobHold[] | Active holds on the job. |
jobId | string | Job id. |
jobName | string | Job name. |
jobStatus | string | Status of the job. |
jobTemplateId | string | Id of the job template the job was created from. |
jobTemplateName | string | Name of the job template the job was created from. |
notes | string | Job notes. |
ownedBy | string | User name of the user who owns the job. |
parentJob | string | Job id of the parent job. |
priority | string | Job priority. |
relatedProperties | JobRelatedPropertyTable[] | Related properties of the job with a relationship type of one-to-many. Jobs can have multiple values for the properties in the related properties table. |
startDate | Date | Job start date. |
startedDate | Date | Job started date. |
activeVersions
Interface PropertyactiveVersions: JobVersion[]
Active data versions associated with the job.
currentSteps
Interface PropertycurrentSteps: CurrentStep[]
Current steps of the job.
diagramName
diagramName: string
Name of the diagram associated with the job.
diagramVersion
diagramVersion: number
Version number of the diagram associated with the job.
extendedProperties
extendedProperties: JobExtendedPropertyTable[]
Extended properties of the job with a relationship type of one-to-one. Jobs can only have one value for the properties in the extended properties table.
holds
holds: JobHold[]
Active holds on the job.
jobTemplateId
Interface PropertyjobTemplateId: string
Id of the job template the job was created from.
jobTemplateName
Interface PropertyjobTemplateName: string
Name of the job template the job was created from.
relatedProperties
relatedProperties: JobRelatedPropertyTable[]
Related properties of the job with a relationship type of one-to-many. Jobs can have multiple values for the properties in the related properties table.