Flow Designer History

Jonathan102
Tera Guru

Hi all,

I need to be able to determine when the "Run as" property was changed from "User who initiates" to "System User" so I can determine if a reported issue is still relevant or resolved.  I cant find the table that would store this information. 

 

If we set the "Run as" to be user who initiates and they do not have an ITIL license, the flow will not create the SCTASK and gives us this error "The requested flow operation was prohibited by security rules."  So we have to use "System User" which does make a lot of sense to me. 

 

Thanks,

Jonathan 

11 REPLIES 11

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

You should be able to find this in sys_hub_flow I think (I will reproduce in a moment), and anyway to find this in Customer Updates.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

I tried this table before posting, when I open the flow from this table, it just opens it in the flow designed.  I need a versions or history view.

Mark Roethof
Tera Patron
Tera Patron

When navigating to sys_hub_flow and opening your flow unfortunately by default it goes to Workflow Studio immediately, so you cant view the versions that way.

 

 

But this will also work fine 🙂

MarkRoethof_1-1720803818761.png

 

 

And then just search in the Payload:

MarkRoethof_2-1720803844694.png

 

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

So I need to use the sys_update_version table?  What sys_id are you using?  I miss workflows!