We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Run the Scheduled based on some condition dont want to use scheduled script excution.

akashsingh20234
Tera Contributor

I need to run the scheduled based on some condition if the condition match run the scheduled and i dont want to use the scheduled script script excution .

7 REPLIES 7

Joseph Lighthal
Tera Contributor

Is it possible to use a wait flow action to wait on the variable? You could also consider triggering this from a business rule on sc_task if that is where the variable is set. Or even trigger from a business rule on the actual table holding the variable value.

akashsingh20234
Tera Contributor

@Joseph Lighthal is thats not possible to trigger scheduled or run through the BR? if yes please tell me how ?

Joseph Lighthal
Tera Contributor

Oh yea hmm... I suppose on sc_task it would need to have the sc_task record get updated. In that case you would have to do it on the table that stores the actual variable value and have it only run for the specific catalog item. 

Personally I would not want to do that though. I'm not understanding why you would not try and do that from a flow?