Get Incidents GAF data is complaining there is no any cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 02:36 PM
Running into the same issue, would love to know if anyone else has found a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 07:50 PM - edited 07-16-2025 09:20 PM
Hi
I assume you have >500 Incidents in table for analysis.
Also GAF framework for Incident table is set. If not follow the steps as below.- https://www.servicenow.com/docs/bundle/yokohama-intelligent-experiences/page/administer/now-assist-a...
Also check table for any groups created-
GAF record group [sn_gaf_record_group]
GAF record group detail [sn_gaf_record_group_detail]
GAF action strategy result [sn_gaf_action_strategy_result]
Try to test with a more open prompt first then more specific - analyze incident trends
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 02:50 PM
I used the steps mentioned here:
Configure Group Action Framework
https://www.servicenow.com/docs/bundle/yokohama-intelligent-experiences/page/administer/now-assist-a...
How I have the GAF - Run Offline Flow scheduled job for
Group skill: GAF ITSM grouping
Action skill : GAF ITSM action strategy
This scheduled job runs and it is creating Incident clusters but erroring at 70% where it is giving the error message : Action strategy job trigger failed.
When I load test data I am running this 'GAF - Run Offline Flow' to get uptodate clustering which works for the agentic workflow 'analyze incident trends'
Now troubleshooting the ' Action strategy job trigger failed.' error.
Anyone has seen this error? If you have troubleshooting steps or solution then please share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 09:23 AM
"GAF - Run Offline Flow" Job is running and populating the 2 tables:
GAF record group [sn_gaf_record_group]
GAF record group detail [sn_gaf_record_group_detail]
It is failing with the error :Action strategy job trigger failed.' and I don't see data in
GAF action strategy result [sn_gaf_action_strategy_result]
I am not able to find the issue at this point.
When I run this in scripts - background with my skills id
:new sn_gaf.GAFUtils().runOfflineFlow(groupSkillId + "", topicSkillId + "", actionSkillId + "");
I get errors like this :
Has anyone encountered this error?