Predictive Intelligence SimilaritySolutionStore - Workflow Similarity solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 01:27 AM
I want to make use of one of our Predictive Intelligence similarity solutions in a script. When I run the script below, I get a list of all " Similarity" type solutions (the legacy type), but none of the "Workflow Similarity" type solutions (the new type)
var solNames = sn_ml.SimilaritySolutionStore.getAllNames();
gs.print(JSON.stringify(JSON.parse(solNames), null, 2));
Does this mean the "Workflow Similarity" type solutions are not stored in the SimilaritySolutionStore? And if so, where would we find those?
0 REPLIES 0