Parameters
- jobTypeID
- The ID of the job type to use when creating the new job
Return Value
The string ID of the newly created job
// CreateJob returns an ID of a new job // it is a passed a valid job type ID as an integer var wfCon = await WorkflowModule.ConnectAsync(); var jobManager = wfCon.GetManager<JobsManager>(); var jobID = jobManager.CreateNewJob(jobTypeID);
Target Platforms: Windows 11, Windows 10