Interface
Workflow Manager job.
Properties
Property | Type | Notes |
---|---|---|
Active data versions associated with the job. | ||
boolean | Indicates whether the job has been archived | |
boolean | Indicates if the job is closed. | |
string | User name of the user who created the job. | |
Date | Date job was created. | |
Current steps of the job. | ||
string | Job description. | |
string | Id of the diagram associated with the job. | |
string | Name of the diagram associated with the job. | |
number | Version number of the diagram associated with the job. | |
Date | Job due date. | |
Date | Date job was closed. | |
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. | ||
JobHold[] | Active holds on the job. | |
string | Job id. | |
string | Job name. | |
string | Status of the job. | |
string | Id of the job template the job was created from. | |
string | Name of the job template the job was created from. | |
string | Job notes. | |
string | User name of the user who owns the job. | |
string | Job id of the parent job. | |
string | Job priority. | |
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. | ||
Date | Job start date. | |
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.