How to know that a flow is locked by which update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 08:17 PM
How to know that a flow is locked by which update set

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 09:53 PM
Hi there,
Can you explain your question a bit more? It's a bit vague what you are asking.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 09:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 10:00 PM
Hi @Ketan Pandey,
What do you mean by locked?
Do you mean in which current update sets flow is captured? If yes,
- Navigate to Update Versions [sys_update_version] table.
- Now search in name column with flow sys_id
- You will get the update set name in source field.
Thanks,
Sagar Pagar