// You can change many of the exposed properties of a job and then save them var wfCon = await WorkflowModule.ConnectAsync(); var jobManager = wfCon.GetManager<JobsManager>(); var job = jobManager.GetJob(jobID); job.Description = "This is a test"; job.Save();
Target Platforms: Windows 11, Windows 10