Flow designer : Where can I access the log?

Joyce4
Kilo Expert

I have developed a flow design, I was just wondering where I can view the logs generated? 

1 ACCEPTED SOLUTION

Shubham Tipnis
Kilo Sage
Kilo Sage

To view the error logs, goto Application Navigator, open "System Log" > "Errors".

To check flow execution details:

  • The Test flow dialog: Click the Flow has been executed. To view the flow, click here. link.
  • Flow-specific executions list: Click the Executions button on a flow to see a list of executions associated with that flow.
  • Flow Designer landing page: Click the landing page’s Flow Executions tab to see all flow executions.
  • Today’s Executions: Open Flow Designer > Today’s Executions in the Application Navigator to see executions run today.
  • Active Flows: Open Flow Designer > Active Flows in the Application Navigator to see currently executing flows.

 

Hope this helps.

Please mark correct/helpful if applicable on the impact.

Regards,

Shubham

 

 

 

Regards,
Shubham Tipnis
 ServiceNow Enthusiast
️ 3x Rising Star (2022–2024) – ServiceNow Community
 Sharing insights, use cases & real-world learnings from the Now Platform
 Always learning. Always building.

View solution in original post

5 REPLIES 5

Shubham Tipnis
Kilo Sage
Kilo Sage

To view the error logs, goto Application Navigator, open "System Log" > "Errors".

To check flow execution details:

  • The Test flow dialog: Click the Flow has been executed. To view the flow, click here. link.
  • Flow-specific executions list: Click the Executions button on a flow to see a list of executions associated with that flow.
  • Flow Designer landing page: Click the landing page’s Flow Executions tab to see all flow executions.
  • Today’s Executions: Open Flow Designer > Today’s Executions in the Application Navigator to see executions run today.
  • Active Flows: Open Flow Designer > Active Flows in the Application Navigator to see currently executing flows.

 

Hope this helps.

Please mark correct/helpful if applicable on the impact.

Regards,

Shubham

 

 

 

Regards,
Shubham Tipnis
 ServiceNow Enthusiast
️ 3x Rising Star (2022–2024) – ServiceNow Community
 Sharing insights, use cases & real-world learnings from the Now Platform
 Always learning. Always building.

Subhadip Saman1
Mega Expert

You can find them under System Log > All

Click on All and search for your log message.

All house every available log level -> info, error, etc.

If you want a certain log level like only error, etc.  then check the modules under System Logs and will be able to identify them.

nt6
Kilo Expert

There's also specific log for flow 'sys_flow_log'

Also you can set a level of logging via flow properties nav_to.do?uri=%2Fsystem_properties_ui.do%3Fsysparm_title%3DFlow%2520Designer%2520Properties%26sysparm_category%3DFlow%2520Designer

This tip about changing the properties was super helpful. I was struggling to find the logs classified as warnings and info and your recommendation helped to resolve this. Thank you so much.