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

ItemId Property (WorkflowClientModule)
Gets the Id of the Workflow Manager item associated with the Workflow Manager connection.
Syntax
public static string ItemId {get;}
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