ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Client Namespace / WorkflowClientModule Class / ServerUrl Property
Example

In This Topic
    ServerUrl Property
    In This Topic
    Gets the server url of the Workflow Manager connection.
    Syntax
    public static string ServerUrl {get;}
    Public Shared ReadOnly Property ServerUrl As String
    Example
    How to get the Workflow Manager server url
    // Get the Workflow Manager server url
    var serverUrl = WorkflowClientModule.ServerUrl;
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also