- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:38 PM
Hello ServiceNow community team,
I would like to create a flow, which would run at a given time once a day.
Now, how can I verify that, if it actually did run at the given time? Will it appear in the Logs?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:13 PM
Hello Paul,
You can check flow activity log in flow designer page executions tab.
It is same as workflow context, and will have one record for each time flow run.
Thank you,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:15 PM
Hi @Paul A Ciocan ,
I trust you are doing great.
To ensure that the flow runs at a specific time every day, you can create a Scheduled Job in ServiceNow. A Scheduled Job allows you to define a script or a flow to be executed at regular intervals.
To create a Scheduled Job, you can follow these steps:
- Open the ServiceNow application.
- Navigate to the "Scheduled Jobs" module.
- Click on "New" to create a new Scheduled Job.
- Provide a name for the job and specify the schedule using the "Run every" and "Run between" fields. For example, if you want the flow to run once a day at 9:00 AM, you can set the schedule accordingly.
- Write the script or flow that needs to be executed within the job. Make sure it performs the desired actions or tasks.
- Save the Scheduled Job.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:13 PM
Hello Paul,
You can check flow activity log in flow designer page executions tab.
It is same as workflow context, and will have one record for each time flow run.
Thank you,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:15 PM
Hi @Paul A Ciocan ,
I trust you are doing great.
To ensure that the flow runs at a specific time every day, you can create a Scheduled Job in ServiceNow. A Scheduled Job allows you to define a script or a flow to be executed at regular intervals.
To create a Scheduled Job, you can follow these steps:
- Open the ServiceNow application.
- Navigate to the "Scheduled Jobs" module.
- Click on "New" to create a new Scheduled Job.
- Provide a name for the job and specify the schedule using the "Run every" and "Run between" fields. For example, if you want the flow to run once a day at 9:00 AM, you can set the schedule accordingly.
- Write the script or flow that needs to be executed within the job. Make sure it performs the desired actions or tasks.
- Save the Scheduled Job.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi