Not running the flow designer trigger type is scheduled

srikriti
Tera Contributor

Hi All,
My client wants 
From third party tool we have fetched users data by an action i want to import into the custom table "u_users" we have 
through flow designer scheduled type but it is not running flow why?
is there is any other way we can do?can anyone help me on this 
i have done with scheduled job also by calling that flow into the scheduled job still not running how should i do this 
Please guide me on this.

srikriti_0-1749643189005.pngsrikriti_1-1749643212061.png

 

 

1 ACCEPTED SOLUTION

Hi @srikriti ,

when i click on Execute now button will work that it only manually working fine

so this will work

 

the schedule job runs at mid night (00:01:00) system time zone 

is this means every one minute ?

no it doesn't run every one minute

it run at midnight 12:01 mins 

 

if you want it to run at every one minute

trigger should be of type periodic(repeat)

ChaitanyaILCR_1-1749655436496.png

 

 

this will work you just need to adjust trigger as per your requirement

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

View solution in original post

9 REPLIES 9

Hi @srikriti ,

then go to sys_flow_trigger_auto_script table and check if any run this script contains your flow sysid

if no create a new record

by replacing with your flow's sysid 

script

sn_flow_trigger.FlowTriggerAPI.fireTimerTrigger('ba9d9cefc3f5a610051cb132b40131d8');//replace the sysid with your flow's

ChaitanyaILCR_0-1749647580219.png

 

also refer the KB shared by @Ankur Bawiskar 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1744875

 

OR

 

copy the the existing flow and activate it and see if the trigger(schedule job) record gets create

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

Hi, 
i have checked it anukur shared kb i have copy flow i can see here it is already in active true 
but doesnot see flow executions here and not updated the custom table 

srikriti_0-1749649015515.png

srikriti_1-1749649087027.png

is there anything i have missed could please help me?

 

Hi @srikriti ,

 

the schedule job runs at mid night (00:01:00) system time zone

so you don't see any executions

 

click on execute now UI action on schedule record and see 

it should trigger the flow and executions will be displayed

 

or wait till tomorrow

 

ChaitanyaILCR_0-1749652597833.png

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

the schedule job runs at mid night (00:01:00) system time zone 
is this means every one minute ?
when i click on Execute now button will work that it only manually working fine
but every one minute its should also run it 

Hi @srikriti ,

when i click on Execute now button will work that it only manually working fine

so this will work

 

the schedule job runs at mid night (00:01:00) system time zone 

is this means every one minute ?

no it doesn't run every one minute

it run at midnight 12:01 mins 

 

if you want it to run at every one minute

trigger should be of type periodic(repeat)

ChaitanyaILCR_1-1749655436496.png

 

 

this will work you just need to adjust trigger as per your requirement

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya