From f243bda3c10e3d9f48ff766bd03267c2dbbfaa69 Mon Sep 17 00:00:00 2001 From: Sofiia Koliesova Date: Tue, 2 Jun 2026 15:44:01 +0200 Subject: [PATCH 1/2] Update documentation for AI Agent Task for 11.11 and earlier --- .../workflows/workflow-elements/ai-agent-task.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md index ab5b5f5e1be..22e0e688175 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md @@ -13,6 +13,10 @@ When the workflow reaches the AI agent task, a microflow is called to handle the **AI agent task** can be used across a wide range of use cases. Some examples include assessing requests, classifying data, extracting information from unstructured text, summarizing content, and drafting outputs such as notifications or reports. +{{% alert color="info" %}} +If you are working with Studio Pro 11.11 or earlier, you may encounter consistency error CE1589: *Missing activity "Call Agent" in microflow*. This issue is fixed in version 11.12. However, if you do not plan to upgrade Studio Pro, the simplest way to resolve this error is to rename the caption of the agent activity in the microflow to **Call Agent**. +{{% /alert %}} + ## AI Agents {#ai-agents} An AI agent is an autonomous software system powered by large language models (LLMs). It perceives its environment, reasons through a goal, and takes actions to achieve the goal, replacing repetitive manual steps. For critical tasks, you can still add a user task to keep a human in the loop. From d0f45a003f0514f621ad1c5aa5e514f305cf5f55 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Tue, 2 Jun 2026 16:36:44 +0200 Subject: [PATCH 2/2] call agent workaround TW review --- .../workflows/workflow-elements/ai-agent-task.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md index 22e0e688175..2958fe09a3e 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md @@ -13,8 +13,9 @@ When the workflow reaches the AI agent task, a microflow is called to handle the **AI agent task** can be used across a wide range of use cases. Some examples include assessing requests, classifying data, extracting information from unstructured text, summarizing content, and drafting outputs such as notifications or reports. -{{% alert color="info" %}} -If you are working with Studio Pro 11.11 or earlier, you may encounter consistency error CE1589: *Missing activity "Call Agent" in microflow*. This issue is fixed in version 11.12. However, if you do not plan to upgrade Studio Pro, the simplest way to resolve this error is to rename the caption of the agent activity in the microflow to **Call Agent**. +{{% alert color="info" %}} In Studio Pro 11.11 and below, you might encounter consistency error **CE1589: Missing activity "Call Agent" in microflow**. This issue is fixed in Studio Pro 11.12. + +If you are not upgrading to Studio Pro 11.12, rename the agent activity caption in the microflow to **Call Agent** to resolve the error. {{% /alert %}} ## AI Agents {#ai-agents}