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

In This Topic
    ConfigurationManager Class
    In This Topic
    Provides access to the configuration of Workflow Manager
    Object Model
    ConfigurationManager ClassUserDetails Class
    Syntax
    public sealed class ConfigurationManager : System.IDisposable  
    Public NotInheritable Class ConfigurationManager 
       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.ConfigurationManager

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also