You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Specialized Areas/Fix scripts/Nudge errored workflow/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@
2
2
3
3
This script provides a quick and dirty fix for resuming a stuck or misrouted workflow in ServiceNow. It manually forces a workflow context to resume execution from a specified activity, bypassing errors or incorrect transitions.
4
4
5
-
## 🚀 Purpose
5
+
## Purpose
6
6
7
7
Workflows in ServiceNow can occasionally get stuck due to:
8
8
- Misconfigured transitions
9
9
- Script errors
10
10
- Unexpected data conditions
11
11
12
12
This script allows you to manually resume execution from a desired activity within a workflow context.
13
+
14
+
## How to
15
+
16
+
Change the value of the variables in the script to the [wf_context] sys_id (wfContextId) and the [wf_activity] sys_id (wfActivityId)
0 commit comments