Skip to content

Commit a53f016

Browse files
Update README.md
1 parent 9d9a7f2 commit a53f016

File tree

1 file changed

+12
-0
lines changed
  • Server-Side Components/Script Includes/Prevent circular dependencies in task relationships.

1 file changed

+12
-0
lines changed

Server-Side Components/Script Includes/Prevent circular dependencies in task relationships./README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Detect Circular Reference in Task Dependencies
22

3+
4+
35
## Overview
46

57
This Script Include helps identify **circular dependencies** in task relationships within ServiceNow. Circular references can cause workflow issues, reporting errors, and logic failures in project management or task tracking modules.
@@ -14,4 +16,14 @@ This Script Include helps identify **circular dependencies** in task relationshi
1416

1517
Imagine Task A depends on Task B, and Task B depends on Task A. This creates a circular loop that can break automation or cause infinite recursion. This script helps prevent such configurations.
1618

19+
Tables and modules it would be usefull
20+
It is used for Table: planned_task_rel_planned_task
21+
This table is used to define task dependencies between project tasks in ServiceNow's Strategic Portfolio Management (SPM) or Project Portfolio Management (PPM) modules. It stores relationships such as:
22+
23+
Predecessor Task
24+
Successor Task
25+
Dependency Type (e.g., Finish-to-Start)
26+
27+
28+
1729

0 commit comments

Comments
 (0)