How to Reintroduce "Approval" Option in Problem Task Model Interceptor in Yokohama?

SalmanF
Tera Contributor

Hi,

In the Yokohama release, the new Problem Task Model interceptor only shows two model options: "General" and "Root Cause Analysis". However, in previous releases (like Washington), we also used an "Approval" model for certain use cases, which seems to be missing now.

 

I tried manually adding the "Approval" model back into the Problem Task Model list, and was able to create a Problem Task using it. But I’m now facing an issue:

When trying to move the task from Work in Progress to Closed, it throws a state transition error and doesn’t allow completion. (Snap attached)

 

So my questions are:

 -- Is it officially supported or safe to reintroduce a custom "Approval" model in the Yokohama release?

 -- What’s the recommended approach if we need to handle approval-type tasks in this new setup?

 -- Are there any known limitations or configurations that prevent non-default models from transitioning properly?

 -- Is there a workaround to enable transitions for such custom models?

 

Appreciate any guidance, documentation, or best practices for this.

Thanks in advance!

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SalmanF 

My understanding is that, out of the box (OOTB), ServiceNow provides two types of models as of now. As for the approval process, I'm not sure if it’s custom or part of the standard setup.

 

So my questions are:

 -- Is it officially supported or safe to reintroduce a custom "Approval" model in the Yokohama release? 

 

Atul: There is no official documentation for this, but the model works based on the transition conditions. So, please check if all the conditions are defined in your model or not.

 

 -- What’s the recommended approach if we need to handle approval-type tasks in this new setup?

Atul: Use Flow  or state transitions validation [ check OOTB Change models]

 -- Are there any known limitations or configurations that prevent non-default models from transitioning properly?

Atul: NO, as per my knowledge.

 -- Is there a workaround to enable transitions for such custom models?

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SalmanF 

My understanding is that, out of the box (OOTB), ServiceNow provides two types of models as of now. As for the approval process, I'm not sure if it’s custom or part of the standard setup.

 

So my questions are:

 -- Is it officially supported or safe to reintroduce a custom "Approval" model in the Yokohama release? 

 

Atul: There is no official documentation for this, but the model works based on the transition conditions. So, please check if all the conditions are defined in your model or not.

 

 -- What’s the recommended approach if we need to handle approval-type tasks in this new setup?

Atul: Use Flow  or state transitions validation [ check OOTB Change models]

 -- Are there any known limitations or configurations that prevent non-default models from transitioning properly?

Atul: NO, as per my knowledge.

 -- Is there a workaround to enable transitions for such custom models?

*************************************************************************************************************
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]

****************************************************************************************************************

SalmanF
Tera Contributor

Thank you very much Atul, I understood the concept now.