The CreatorCon Call for Content is officially open! Get started here.

How do I determine which workflows call a particular subflow?

geoffcox
Giga Guru

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?

1 ACCEPTED SOLUTION

randrews
Tera Guru

under workflow admin.. find the app activities.. filter it by



activity definition                                                     is                             Workflow


workflow version.published                   is                               true


View solution in original post

3 REPLIES 3

randrews
Tera Guru

under workflow admin.. find the app activities.. filter it by



activity definition                                                     is                             Workflow


workflow version.published                   is                               true


manikorada
ServiceNow Employee
ServiceNow Employee

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.


geoffcox
Giga Guru

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.