Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Timeout error when calling a Skill Kit LLM from flow designer

anishmurali
Giga Contributor

Hi All,

I am calling a Skill kit LLM from Flow Designer using Execute Skill. The whole ticket record is passed from the workflow to the skill kit. When running the flow designer, I am receiving a timeout error as the time limit is set to 60 seconds. 

However, the skill is running fine when testing it individually.

As an alternative, i tried to call the skill kit from "script includes" but that is not supported and the capability sys_id of the skill is not explicitly available.

How would i asynchronously call and run the LLM to send that response via email and bypass the timeout error?

6 REPLIES 6

anishmurali
Giga Contributor

I do not have the permissions to upgrade the patch, is there any alternative like making the flow designer wait until we get LLM output or identify its sys_id so that i can call from "Script Includes"?

Thanks you,

Anish

HI @anishmurali ,

ServiceNow releases lot of updates to NowAssist and it is always recommended to upgrade to latest Patch level. Even if you reach out to ServiceNow support, they'll ask you upgrade to latest patch. 

 

Thank you,

Palani

Thank you,
Palani