workflow stuck in begin

Abishek1998
Tera Contributor

Hi ,

This workflow is in knowledge article and it is stuck in the begin Stage itself. How do i nudge it and Is there any solution?

 

Abishek1998_0-1728036080614.png

 

4 REPLIES 4

amaradiswamy
Kilo Sage

Hi @Abishek1998 

 

Is it happening for only specific records or for all articles following this workflow?

 

Try restarting the workflow by running below script in the background:

var ritm = new GlideRecord("kb_knowledge");
if(ritm.get("<sys_id of KB article>")){
new Workflow().restartWorkflow(ritm);
}

Hemanth M1
Giga Sage
Giga Sage

Hi @Abishek1998 ,

 

Have you checked the article stage is published??

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

yes 

 

Hi @Abishek1998 ,

 

Can you share whats defined inside the if step and workflow properties also hover on the Bigin, IF block to see any message.

 

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025