ConfigurationManager Class
Provides access to the configuration of Workflow Manager
How to get managers objects
// WorkflowModule.GetManager returns a manager of the type specified
// keyword is currently just an empty string
var wfCon = await WorkflowModule.ConnectAsync();
var jobManager = wfCon.GetManager<JobsManager>();
var configManager = wfCon.GetManager<ConfigurationManager>();
System.Object
ArcGIS.Desktop.Workflow.Models.ConfigurationManager
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.