Parameters
- mapUri
- The map uri of the map
// Get the job Id associated with the active map view var jobsManager = WorkflowClientModule.JobsManager; var jobId = jobsManager.GetJobId();
// Get the job Id associated with a map mapUri = "myMapUri"; // Get a reference to a map using the ArcGIS.Desktop.Mapping API (active view, project item, etc.) var jobsManager = WorkflowClientModule.JobsManager; var jobId = jobsManager.GetJobId(mapUri);
Target Platforms: Windows 11, Windows 10