
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 09:15 AM
I'm trying to figure out where the flow designer triggers are located. I have a flow that is supposed to trigger every day at 4:30 AM. But, it does not. I checked the Scheduled Jobs to see if there is a trigger:<sys id>, but there are none. Is there a different location I should look for these? How do I "re-trigger" it to run daily at 4:30 AM? Do I just create a new Scheduled job with trigger:<sys id> to run a t 4:30 AM?
Thank you for any help, Charles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 12:11 PM
Hi, I see, thank you!
Please check if troubleshooting steps, described on support page, can help to find a root cause of the issue. Consider to also make minor modification (like updating comments) of the flow, and save/publish it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 09:44 AM
Hello @cgedney ,
please check if there is a record for your flow in this flow trigger table
sys_hub_trigger_instance
Usually all flow triggers are stored in this table
Hope this helps
Mark the answer correct if this helps you
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 10:26 AM - edited ‎08-25-2023 10:27 AM
Hey Mohith, I see my flow in that table, but that seems to be the table that stores once they fire. I need to know where the table is to actually make them fire. Like the Scheduled Job and events tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 10:33 AM
@cgedney can you check if these tables are helpful ?
sys_hub_trigger_definition |
sys_hub_trigger_input
|

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 10:46 AM
Hey Mohith, the sys_hub_trigger_definition is the definition table for when the trigger runs (i.e., Daily/Monthly/etc). I added the related list to see if my flow was there and it is. The sys_hub_trigger_input looks like it is the definition table for the variables. Not exactly what I am looking for, still looking.