Description
      The JobDependency class represents a collection of dependencies that is associated with a job.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.JobDependency()
      Properties
      
        |
        | depJobId | int | A dependent job's ID. | 
        | depOnType | JobDependencyType | The type of item that will trigger the dependency- step (1), stage (2), status (3). | 
        | depOnValue | string | The step, status or stage that the dependency is going to the applied. | 
        | heldOnValue | int |  | 
        | holdOnType | JobDenpendencyType | The type of dependency to be applied to the job. | 
        | id | int | A unique identifier for the dependency. | 
        | jobID | int | The Id of the job the dependency is created on. | 
      
      Property Details
      
      
      
        <JobDependencyType> depOnType
The type of item that will trigger the dependency.
       
        
        
        The step, status or stage that the dependency is going to be applied.
       
        
      
        <JobDependencyType> heldOnType
The type of dependency to be applied to the job.
       
      
        
        The unique identifier for the dependency.
       
      
        
        The Id of the job the dependency is created on.