- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 01:09 PM
I scheduled a job using flow designer. Now I would like to know where can I go in my PDI to see that the schedule date and time was successfully scheduled or is in the queue for execution? I search the event logs and cannot find it? Education will be appreciated.
Luis
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 09:49 PM
Hi @Luis Roman1,
You can check these 2 tables:
sys_flow_timer_trigger
sys_flow_trigger_auto_script
The flow schedules are updated in these tabes.
Let me know if it helped.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 08:14 PM
Scheduled jobs configured thru Flow designer are available also available in Scheduled Jobs (sys_trigger) under System Scheduler. Name of the scheduled job will start with "Trigger:"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 09:49 PM
Hi @Luis Roman1,
You can check these 2 tables:
sys_flow_timer_trigger
sys_flow_trigger_auto_script
The flow schedules are updated in these tabes.
Let me know if it helped.
Thanks
Nootan