ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Workflow.Client Namespace / WorkflowClientModule Class / ItemId Property
Example

In This Topic
    ItemId Property (WorkflowClientModule)
    In This Topic
    Gets the Id of the Workflow Manager item associated with the Workflow Manager connection.
    Syntax
    Public Shared ReadOnly Property ItemId As String
    public static string ItemId {get;}
    Example
    Get the Workflow Manager item Id
    {
      // Get the Workflow Manager item Id
      var itemId = WorkflowClientModule.ItemId;
    
      // Use the itemId to identify the Workflow Manager item
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also