Show Workflow not appearing on Change record

sbeginner
Kilo Guru

Hi All,

I have a Change record that is not creating Change tasks. I need to check where the WF is stuck and why it is not creating tasks. But on my Change record there is no 'Show Workflow' related link. How can I go about this, Please help!

sbeginner_0-1665467591882.png

 

1 ACCEPTED SOLUTION

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Go to the UI action of change request and check for "Show workflow" UI action.

 

Saurav11_0-1665468351876.png

 

Check for the condition in the UI action. The OOB condition is as below which says the the CR should not be a new record and should have a workflow attached to it only then it will show workflow:-

 

!current.isNewRecord() && (new Workflow().hasWorkflow(current))

 

Saurav11_1-1665468435466.png

 

Check in the condition has been updated in your instance.

 

Please mark my answer as correct based on Impact.

View solution in original post

4 REPLIES 4

Ankita19
Tera Guru
Tera Guru

Hi,

You can check in workflow editior for Change .

Open the workflow in the workflow editor and use the menu to select Properties -> check condition of work flow(see that it matches the condition of your record.)

Sagar Pagar
Tera Patron

Hi,

Make sure your workflow for change request is active and published.

Also, check the conditions in properties.

 

Also, take  a look at supportive kb -

We are not able to see the "Show Workflow" related list option for some change requests 

 

Thanks,

Sagar Pagar

The world works with ServiceNow

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Go to the UI action of change request and check for "Show workflow" UI action.

 

Saurav11_0-1665468351876.png

 

Check for the condition in the UI action. The OOB condition is as below which says the the CR should not be a new record and should have a workflow attached to it only then it will show workflow:-

 

!current.isNewRecord() && (new Workflow().hasWorkflow(current))

 

Saurav11_1-1665468435466.png

 

Check in the condition has been updated in your instance.

 

Please mark my answer as correct based on Impact.

Jugmaz
Kilo Sage

First you need to make sure that you have one for the Change:

Workflow -> History

Jake16_0-1665469671880.png

If you don't have there workflow for Change, then go and check why it hasn't started - other replies will tell you how!