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

In This Topic
    JobsManager Class
    In This Topic
    Provides access to the jobs within Workflow Manager
    Object Model
    JobsManager ClassQueryResult ClassJob Class
    Syntax
    public sealed class JobsManager : System.IDisposable  
    Public NotInheritable Class JobsManager 
       Implements System.IDisposable 
    Example
    How to get managers objects
    // WorkflowModule.GetManager returns a manager of the type specified
    // keyword is currently just an empty string
    var wfCon = await WorkflowModule.ConnectAsync();
    var jobManager = wfCon.GetManager<JobsManager>();
    var configManager = wfCon.GetManager<ConfigurationManager>();
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Workflow.Models.JobsManager

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also