Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Clean up of schedule jobs

_Manu
Tera Contributor

I was given a task of cleaning up unnecessary scheduled jobs and write a report if we don't need any of the scheduled jobs. I found this record in our scheduled jobs list. Not sure which one this is related to or what it does can any one help? please refer screenshot. 

IMG_2346.jpeg

 

1 ACCEPTED SOLUTION

RaghavendraGund
Tera Contributor

Hello @_Manu 

When you create a flow with with trigger type = Scheduled with Daily or Monthly  or any of the available Options.
2 records gets created  one is created in the scheduled job table and other is created in the sys_flow_timer_trigger table.

To find out which flow this scheduled job is associated with 
1. copy the trigger sys id from the screenshot you posted
2. Open sys_hub_flow Table
3. In this list View, you can find a find field called "Remote Trigger ID" , paste your sys_id, you'll find out your flow. please refer screenshot i posted from your PDI.

Please Mark "Helpful" if my Reply added any Value to your question.

Regards
Raghavendra G



View solution in original post

5 REPLIES 5

RaghavendraGund
Tera Contributor

Hello @_Manu 

When you create a flow with with trigger type = Scheduled with Daily or Monthly  or any of the available Options.
2 records gets created  one is created in the scheduled job table and other is created in the sys_flow_timer_trigger table.

To find out which flow this scheduled job is associated with 
1. copy the trigger sys id from the screenshot you posted
2. Open sys_hub_flow Table
3. In this list View, you can find a find field called "Remote Trigger ID" , paste your sys_id, you'll find out your flow. please refer screenshot i posted from your PDI.

Please Mark "Helpful" if my Reply added any Value to your question.

Regards
Raghavendra G