Skip to content

Commit 0787b43

Browse files
authored
Update README.md
1 parent b9f4bac commit 0787b43

File tree

1 file changed

+1
-5
lines changed
  • Server-Side Components/Server Side/Dynamic Catalog Task Creation

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
**Dynamic Catalog Task Generator**
22

3-
This Script Include(Attached.js File) provides a flexible, maintainable way to create one or more Service Catalog Tasks (sc_task) on a Request Item (sc_req_item). Instead of relying on complex, branching logic within a single Workflow or Flow, this script determines which tasks to create based on the value selected by the user in a single variable on the catalog form.
3+
This Script Include provides a flexible, maintainable way to create one or more Service Catalog Tasks (sc_task) on a Request Item (sc_req_item). Instead of relying on complex, branching logic within a single Workflow or Flow, this script determines which tasks to create based on the value selected by the user in a single variable on the catalog form.
44

5-
This is a best practice for managing Service Catalogs because it:
65

76
**Centralizes Task Logic**: Keeps all task definitions (short descriptions, assignment groups, order) in one easy-to-read script.
87

98
**Improves Maintainability**: You only update this single script when task requirements change, not a sprawling visual flow.
109

1110
**Increases Flow Reusability**: The core Flow/Workflow remains simple, focused only on calling this generator.
12-
13-
**Usage**
14-
This script is intended to be called from a Run Script action within a Flow Designer Flow

0 commit comments

Comments
 (0)