Parameters
- jobId
- The id of the job.
- extProps
- Indicates whether to return extended and related properties for the job.
- holds
- Indicates whether to return hold information for the job.
// GetJob returns an existing job try { var jobManager = WorkflowClientModule.JobsManager; var job = jobManager.GetJob(jobId); // Do something with the job } catch (NotConnectedException) { // Not connected to Workflow Manager server, do some error handling }
Target Platforms: Windows 11, Windows 10