workflow stuck in begin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 03:02 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 04:08 AM
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);
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 04:11 AM
Hi @Abishek1998 ,
Have you checked the article stage is published??
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 04:30 AM
yes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 04:41 AM
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.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025