
- 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:57 AM
Hi, check the table sys_hub_trigger_instance to see all flows and their triggers.
If the flow does not run at 4:30AM, please check its execution logs to see exact reason behind a failure.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 10:28 AM
Hey Appli, that's the weird part... There are no logs because it never ran. Nothing for me to look at to see why it never ran.
- 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 02:49 PM
After reviewing the "described on support page", it said:
NOTE: Please be aware these steps will not work after the Tokyo Upgrade due to changes to the Table Structure for [sys_json_chunk].
I checked the resolution and it said to make a minor modification (like updating comment) and re-publish. I'll see tomorrow if that worked.
Thank you Appli