- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 02:32 AM
Hi Everyone,
I would like to ask if there is a way to check if a catalog item is using a flow or a subflow ?
I checked few tables with "Flow" in label looking for a column incuding "catalog" in the name, but no results...
Thank you very much in advance for your support !
Kr,
Sylvain
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 02:38 AM
Hi @Sylvain12
Go to Maintain Item List view and bring 2 fields on list
Subflow is part of Flow, so it s tough to see.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 02:38 AM
Hi @Sylvain12
Go to Maintain Item List view and bring 2 fields on list
Subflow is part of Flow, so it s tough to see.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 02:46 AM
you can check if a catalog item is using a flow or a subflow by inspecting the associated workflow. However, there isn't a direct database column that explicitly states whether a catalog item is using a flow or subflow.
Here are a few steps you can take to determine if a catalog item is using a flow or subflow:
Inspect Workflow: Navigate to the catalog item record in the Service Catalog module. Look for the "Workflow" related list. If a flow or subflow is associated with the catalog item, it will be listed here. You can click on the workflow record to inspect its details.
Check Flow Stage: If the catalog item is part of a flow, you can check the flow stage associated with it. In the catalog item record, look for any fields or related lists indicating the flow stage. This might vary depending on the specific configuration in your instance.
Workflow Editor: If you have access to the Flow Designer or Workflow Editor, you can directly inspect the workflow associated with the catalog item. Look for any flow or subflow nodes within the workflow definition.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks