Skip to content

Commit 27a481a

Browse files
authored
Update README.md
1 parent 248459b commit 27a481a

File tree

1 file changed

+6
-1
lines changed
  • Specialized Areas/Fix scripts/Nudge errored workflow

1 file changed

+6
-1
lines changed

Specialized Areas/Fix scripts/Nudge errored workflow/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
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.
44

5-
## 🚀 Purpose
5+
## Purpose
66

77
Workflows in ServiceNow can occasionally get stuck due to:
88
- Misconfigured transitions
99
- Script errors
1010
- Unexpected data conditions
1111

1212
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)
17+

0 commit comments

Comments
 (0)