interval/ scheduled jobs flow steps

We want to write a more user-friendly screen to replace the built in scheduled and interval jobs screens and make it easier to manage active and inactive jobs. To work out if this is possible we have tried to update the status in the db but the data is cached heavily and updates seem to take several hours to take hold. Are there flow steps we can access that we can use to change the “enabled” status on scheduled and interval jobs?

Comments

  • There certainly are under Integration>Internal Services >Scheduled job services! The easiest way to get this going is most likely to be using the "Get By ID" step to get your specific job, then to use the "EnableJob" step to enable it. There's also a DisableJob step for if you want to do the reverse.

Sign In or Register to comment.