Description
The JobCreationParameters class represents the properties for creating a job.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobCreationParameters()
Properties
aoi | esri.geometry.Polygon | The polygon geometry of the job's area of interest (AOI). |
assignedTo | string | The name of the user or group to assign the job to. |
assignedType | JobAssignmentType | Indicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0). |
autoCommitWorkflow | boolean | Indicates to commit the workflow upon creation of the job. |
autoExecute | boolean | Indicates to execute the workflow upon creation of the job. |
dataWorkspaceId | string | The Id of the data workspace of the job. |
description | string | A descrition of the job. |
dueDate | date | The date on which the job is expected to be complete. |
jobTypeId | int | The numeric ID of the job type to base the new job on. |
loi | esri.geometry.Geometry | The geometry of the job's location of interest (LOI). Supported geometry types include point, multipoint and polygon. |
name | string | The name of the new job. |
numJobs | string | The number of jobs to create. |
ownedBy | string | The name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution. |
parentJobId | int | The numeric ID of a parent job. |
parentVersion | string | The name of the geodatabase version that will be the parent version of the job's geodatabase. This will default to the parent version of the data workspace. |
priority | int | The numeric priority value. |
startDate | date | The date on which the job is scheduled to begin. |
Property Details
<esri.geometry.Polygon> aoi
The polygon geometry of the job's area of interest (AOI). The spatial reference of the polygon should match the spatial reference configured for the JTX_JOBS_AOI feature class.
The name of the user or group to assign the job to.
<JobAssignmentType> assignedType
Indicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0).
<boolean> autoCommitWorkflow
Indicates to commit the workflow upon creation of the job.
Indicates to execute the workflow upon creation of the job.
The ID of the data workspace of the job.
A description of the job.
The date on which the job is expected to be complete.
A unique numeric ID to identify the new job.
The numeric ID of the job type to base the new job on.
<esri.geometry.Geometry> loi
The geometry of the job's location of interest (AOI). Supported geometry types include point, multipoint and polygon. The spatial reference of the geometry should match the spatial reference configured for the JTX_JOBS_AOI and JTX_JOBS_POI feature class.
The number of jobs to create.
The name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution.
The numeric ID of the parent job.
The name of the geodatabase version that will be the parent version of the job's geodatabase. This will default to the parent version of the data workspace.
The numeric priority value.
The date on which the job is scheduled to begin.