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

Mohith Devatte
Tera Sage
Tera Sage

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

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.

@cgedney can you check if these tables are helpful ?

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.