Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
I would like to disable a specific job when it is in active state when it passes some condition.
jobService.updateJob()
Is updating the job using the above updateJob method with suspended=true does the trick?