Hide Table of Contents
Class: JobDependency

Description

The JobDependency class represents a collection of dependencies that is associated with a job.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobDependency()

Properties

NameTypeSummary
depJobIdintA dependent job's ID.
depOnTypeJobDependencyTypeThe type of item that will trigger the dependency- step (1), stage (2), status (3).
depOnValuestringThe step, status or stage that the dependency is going to the applied.
heldOnValueint
holdOnTypeJobDenpendencyTypeThe type of dependency to be applied to the job.
idintA unique identifier for the dependency.
jobIDintThe Id of the job the dependency is created on.
Property Details

<int> depJobId

A dependent job's Id.

<JobDependencyType> depOnType

The type of item that will trigger the dependency.

<string> depOnValue

The step, status or stage that the dependency is going to be applied.

<int> heldOnValue

<JobDependencyType> heldOnType

The type of dependency to be applied to the job.

<int> Id

The unique identifier for the dependency.

<int> JobId

The Id of the job the dependency is created on.