Skip to content

Commit 7ffee8f

Browse files
authored
Create README.md
1 parent 9e68af2 commit 7ffee8f

File tree

1 file changed

+12
-0
lines changed
  • Specialized Areas/Fix scripts/Nudge errored workflow

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Workflow recovery script
2+
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+
5+
## 🚀 Purpose
6+
7+
Workflows in ServiceNow can occasionally get stuck due to:
8+
- Misconfigured transitions
9+
- Script errors
10+
- Unexpected data conditions
11+
12+
This script allows you to manually resume execution from a desired activity within a workflow context.

0 commit comments

Comments
 (0)