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.

Logs of action runtime

1rn20cs127s
Tera Contributor

Similar to how the runtime of flow and subflow is stored in the "sys_flow_context" table, are the runtimes/logs of actions also stored in any table ?

3 REPLIES 3

Anand Kumar P
Giga Patron

Hi @1rn20cs127s ,

 

Check in sys_flow_runtime_value.LIST runtime values are stored in  table.
sys_flow_log.LIST  for logs

 

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand

1rn20cs127s
Tera Contributor

Thank you for your response @Anand Kumar P . I'm looking for runtime of actions within flow/subflow which I need for analyzing some data.  sys_flow_runtime_value.LIST has runtimes only for flow and subflow.