ArcGIS Pro 3.7 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 Shared ReadOnly Property ServerUrl As String
    public static string ServerUrl {get;}
    Example
    Get the Workflow Manager server url
    {
      // Get the Workflow Manager server url
      var serverUrl = WorkflowClientModule.ServerUrl;
    
      // Use the serverUrl to identify the Workflow Manager server
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also