ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Workflow.Models.ConfigItems Namespace / GroupInfo Class
Members Example

In This Topic
    GroupInfo Class
    In This Topic
    Represents a user group within the Workflow Manager system
    Syntax
    public sealed class GroupInfo 
    Public NotInheritable Class GroupInfo 
    Example
    How to get groups
    // GetAllGroups returns a list of Workflow Manager groups
    var wfCon = await WorkflowModule.ConnectAsync();
    var configManager = wfCon.GetManager<ConfigurationManager>();
    var allGroups = configManager.GetAllGroups();
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also