ArcGIS Pro 3.3 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 static string ItemId {get;}
    Public Shared ReadOnly Property ItemId As String
    Example
    How to get the Workflow Manager item Id
    // Get the Workflow Manager item Id
    var itemId = WorkflowClientModule.ItemId;
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also