How to find is there any workflow running for specific table

shaik_irfan
Tera Guru

Hi,

 

How to find is there any workflow running for specific table 

 

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Would the wf_workflow table help you? There's a column there "Table", indicating on which table the workflow is set.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

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

LinkedIn

View solution in original post

4 REPLIES 4

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Would the wf_workflow table help you? There's a column there "Table", indicating on which table the workflow is set.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

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

LinkedIn

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

Go to Workflow > Active Contexts list and you will find all running workflows for all the specific tables.

If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thank you

Cheers
Alberto

p t1
Kilo Sage
Kilo Sage

Hi,

 

check with this table.

wf_context>>Workflow Context

asifnoor
Kilo Patron

Hi,

If you want to know if any active workflow running on the table as of any time, you can go to Live Workflows -> Active Contexts.

If you want to know if any workflow defined on your table, then go to wf_workflow.list and filter by your table name. There you will see all workflows on that specific table.

Mark the comment as a correct answer and also helpful if it answers your question.