ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.ConfigItems Namespace / JobTypeDescription Class
Members Example

In This Topic
    JobTypeDescription Class
    In This Topic
    Represents a job type in the Workflow Manager system
    Syntax
    public sealed class JobTypeDescription 
    Public NotInheritable Class JobTypeDescription 
    Example
    How to get job types
    // GetVisibleJobTypes returns a list of job types
    var wfCon = await WorkflowModule.ConnectAsync();
    var configManager = wfCon.GetManager<ConfigurationManager>();
    var jobTypes = configManager.GetVisibleJobTypes();
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Workflow.Models.ConfigItems.JobTypeDescription

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also