Hide Table of Contents
Class: Enum
[AMD Module Require]
require(["workflowmanager/Enum"], function(Enum) { /* code goes here */ });;

Description

The class contains enumerations for Workflow Manager (Classic) settings.

Class hierarchy

workflowmanager/Enum

Constants

NameSummary
Enum.ChangeConditionEnum for dataset evaluator change condition.
Enum.ChangeRuleSearchTypeEnum for change rule search type.
Enum.ChangeTypeEnum for change rule search type.
Enum.CompareOperatorEnum for Compare Operator.
Enum.ExtendedPropertyDisplayTypeEnum for Display Type.
Enum.FieldTypeEnum for Field Type.
Enum.JobAssignmentTypeEnum for Job Assignment Type.
Enum.JobAttachmentTypeEnum for Job Attachment Type.
Enum.JobDependencyTypeEnum for Job Dependency Type.
Enum.JobStageEnum for Job Stage.
Enum.JobTypeStateEnum for Job Type State.
Enum.StepDescriptionTypeEnum for Step Description Type.
Enum.StepExecutionResultEnum for Step Execution Result.
Enum.StepExecutionTypeEnum for Step Execution Type
Enum.StepIndicatorTypeEnum for Step Indicator Type.
Enum.StepPlatformTypeEnum for Step Platform Type.
Enum.StepRunnableStatusEnum for Step Runnable Status.
Enum.TableRelationshipTypeEnum for Table Relationship Type.
Constants Detail

ChangeCondition

Enum for dataset evaluator change condition.
Constants:
ConstantValueDescription
ALL0All changes.
BEFORE1Condition before changes are made.
AFTER2Condition after changes are made.

ChangeRuleSearchType

Enum for change rule search type.
Constants:
ConstantValueDescription
CONTAINS"contain"Search result return the change rule if it contains the value.
EXACT"exact"Search matches exactly the change rule.
STARTS_WITH"start"Search result return the change rule if it starts with the value.
ENDS_WITH"end"Search result return the change rule if it ends with the value.

ChangeType

Enum for Change Type.
Constants:
ConstantValueDescription
ADD1Addition.
MODIFY2Modification.
DELETE4Deletion.
ALL7All changes.

CompareOperator

Enum for Compare Operator.
Constants:
ConstantValueDescription
EQUAL0Equals.
NOT_EQUAL1Does not equal.
GREATER_THAN2Is greater than.
GREATER_OR_EQUAL3Is greater than or equal to.
LESS_THAN4Is less than.
LESS_OR_EQUAL5Is less than or equal to.
CONTAINS6Contains.

ExtendedPropertyDisplayType

Enum for Display Type.
Constants:
ConstantValueDescription
DEFAULT0The UI determines what display type would be used to display the extended property.
TEXT1Extended property displayed as text.
DATE2Extended property displayed as date.
DOMAIN4Extended property displayed as list of domain values.
FILE5Extended property displayed as a file path.
GEO_FILE6Extended property displayed as path to the geographic dataset.
FOLDER7Extended property displayed as folder path.
LIST8Extended property displayed as list of values.
TABLE_LIST9Extended property displayed as list of values coming from specified table.
MULTI_LEVEL_TABLE_LIST10Extended property displayed a list of values coming from specified table and filters next field to be picked.

FieldType

Enum for Field Type.
Constants:
ConstantValueDescription
SMALL_INTEGER0Short Integer.
INTEGER1Long Integer.
SINGLE2Single-precision floating-point number.
DOUBLE3Double-precision floating-point number.
STRING4Character string.
DATE5Date.
OID6Long Integer representing an object identifier.
GEOMETRY7Geometry.
BLOB8Binary Large Object.
RASTER9Raster.
GUID10Globally Unique Identifier.
GLOBAL_ID11ESRI Global ID.
XML12XML Document.

JobAssignmentType

Enum for Job Assignment Type.
Constants:
ConstantValueDescription
NONE-1Job assignment is NONE . The job type default job assignment type will be used.
UNASSIGNED0Job is unassigned.
ASSIGNED_TO_USER1Job is assigned to a user.
ASSIGNED_TO_GROUP2Job is assigned to a group.

JobAttachmentType

Enum for Job Attachment Type.
Constants:
ConstantValueDescription
LINKED_FILE1Linked file attachment.
EMBEDDED2Embedded attachment.
LINKED_URL3Linked URL.

JobDependencyType

Enum for Job Dependency Type.
Constants:
ConstantValueDescription
STEP1Job is depended on a step.
STAGE2Job is depended on a stage.
STATUS3Job is depended on a status.

JobStage

Enum for Job Stage.
Constants:
ConstantValueDescription
NONE-1
CREATED1Job is created.
READY_TO_WORK2Job is ready to work.
WORKING3Job is being worked on.
DONE_WORKING4Working on the job is done.
CLOSED5Job is closed.

JobTypeState

Enum for Job Type State.
Constants:
ConstantValueDescription
DRAFT0Draft State.
ACTIVE1Active State.
RETIRED2Retired State.

StepDescriptionType

Enum for Step Description Type.
Constants:
ConstantValueDescription
NONE1No step description.
HTML2Step description in HTML type.
LINK3An URL link to step description.

StepExecutionResult

Enum for Step Execution Result.
Constants:
ConstantValueDescription
EXECUTED1The step executed successfully.
DEPENDENT_ON_STEP2Dependent on a step in another job.
DEPENDENT_ON_STAGE3Dependent on a stage in another job.
DEPENDENT_ON_STATUS4Dependent on a status in another job.
JOB_ON_HOLD5Blocked by an active job hold.
STEP_DEPENDS_ON_STEP6Dependent on a previous step in this job's workflow.
CHECK7The step was marked as complete.
STEP_ASSIGNED_TO_OTHER_USER8The step is assigned to another user.
STEP_ASSIGNED_TO_OTHER_GROUP9The step is assigned to another group.
JOB_ASSIGNED_TO_OTHERS10The job is assigned to another user/group.
JOB_CLOSED11The job is closed.
INVALID_PLATFORM12The step is configured for a different platform (desktop vs. server).
INVALID_STEP13Invalid step.
DEPENDENT_ON_JOB14Dependent on another job.
NOT_CURRENT_STEP15The step is not the current workflow step.

StepExecutionType

Enum for Step Execution Type.
Constants:
ConstantValueDescription
EXECUTABLE1Executable step.
FUNCTION2Functional step.
PROCEDURAL3Procedural step.
LAUNCH_URL4Launch URL step.
QUESTION5Question step.
OPEN_FILE6Open file step.

StepIndicatorType

Enum for Step Indicator Type.
Constants:
ConstantValueDescription
ROUNDED_RECTANGLE1Step shows in a rounded rectangle.
RECTANGLE2Step shows in a rectangle.
OVAL3Step shows in an oval.
DIAMOND4Step shows in a diamond.
PARALLELOGRAM5Step shows in a parallelogram.

StepPlatformType

Enum for Step Platform Type.
Constants:
ConstantValueDescription
DESKTOP0Step can be run on desktop.
SERVER1Step can be run on server.
BOTH2Step can be run on both desktop and server.

StepRunnableStatus

Enum for Step Runnable Status.
Constants:
ConstantValueDescription
CAN_RUN1The step is runnable.
DEPENDENT_ON_STEP2Dependent on a step in another job.
DEPENDENT_ON_STAGE3Dependent on a stage in another job.
DEPENDENT_ON_STATUS4Dependent on a status in another job.
JOB_ON_HOLD5Blocked by an active job hold.
STEP_DEPENDS_ON_STEP6Dependent on a previous step in this job's workflow.
CHECK7The step was marked as complete.
STEP_ASSIGNED_TO_OTHER_USER8The step is assigned to another user.
STEP_ASSIGNED_TO_OTHER_GROUP9The step is assigned to another group.
JOB_ASSIGNED_TO_OTHERS10The job is assigned to another user/group.
JOB_CLOSED11The job is closed.
INVALID_PLATFORM12The step is configured for a different platform (desktop vs. server).
INVALID_STEP13Invalid step.
DEPENDENT_ON_JOB14Dependent on another job.
NOT_CURRENT_STEP15The step is not the current workflow step.

TableRelationshipType

Enum for Table Relationship Type.
Constants:
ConstantValueDescription
ONE_TO_ONE1One-to-one relationship.
ONE_TO_MANY2One-to-many relationship.