- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 01:20 PM
I have a subflow that I know is being called from one or more workflows. How can I get to the parent workflow from the subflow? Or; how can I see a list of workflows that call this subflow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 02:23 PM
under workflow admin.. find the app activities.. filter it by
activity definition is Workflow
workflow version.published is true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 02:23 PM
under workflow admin.. find the app activities.. filter it by
activity definition is Workflow
workflow version.published is true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 02:28 PM
Geoff,
Go to https://<<instance_name>>.service-now.com/wf_workflow_instance_list.do
You will see the relation between a subflow and its parent where Workflow is the Subflow, workflow version is the main flow in that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2015 08:37 AM
Both Doug's and Mani's answers are correct. Thank you both for the quick help!
Mani: another way to achieve the same thing is to type in the filter text box: "wf_workflow_instance.list".
Thanks again,
Geoff.