Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Flow Designer triggers

cgedney
Giga Guru

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

1 ACCEPTED SOLUTION

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.

Hope it helps

View solution in original post

8 REPLIES 8

Appli
Mega Sage

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.

Hope it helps

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.

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.

Hope it helps

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