From 7fbd721e32ecb88188e74ea4c7cb87c4db0a480d Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 12 Jun 2026 12:09:54 +0530 Subject: [PATCH 1/3] RNs of Artemis v1.1.3 --- agent-platform/release-notes/recent-updates.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/agent-platform/release-notes/recent-updates.mdx b/agent-platform/release-notes/recent-updates.mdx index 4e1c87bd..78647dcd 100644 --- a/agent-platform/release-notes/recent-updates.mdx +++ b/agent-platform/release-notes/recent-updates.mdx @@ -5,6 +5,22 @@ sidebarTitle: 'Release Notes' This document provides information on the feature updates and enhancements introduced in the recent Agent Platform **\{ Artemis \}** releases. +## v1.1.3 June 11, 2026 + +Minor Release + +This update includes an enhancement summarized below. + +

Workflow Tool

+ +The timeout you set on a workflow Tool node now takes precedence over the tool's own default timeout, up to a maximum of 5 minutes (300 seconds). Tool nodes (and HTTP tools) previously stopped at about 30 seconds even when you set a longer timeout — for example 2 or 5 minutes — on the node. The configured value is now respected, so long-running tools and HTTP calls can complete instead of failing prematurely. + +If you previously lowered timeouts or split work to avoid the ~30-second cut-off, you can now set the Tool node Timeout value to the duration your tool actually needs (up to 5 minutes). + +Learn more about [Workflows — Tool node configuration →](/agent-platform/workflows) and [ABL Reference — Tools: timeout settings →](/agent-platform/abl-reference/tools). + +--- + {/* CATEGORY: Bug Fix — patch release of bug fixes and usability improvements; no individual feature entries */} ## v1.1.2 June 08, 2026 From 2c8bfe21247b892001be81243f6377bb807064af Mon Sep 17 00:00:00 2001 From: melindaVi-Kore Date: Fri, 12 Jun 2026 16:53:02 +0530 Subject: [PATCH 2/3] Update workflows.mdx --- agent-platform/workflows.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent-platform/workflows.mdx b/agent-platform/workflows.mdx index 7368a9d0..45fa1904 100644 --- a/agent-platform/workflows.mdx +++ b/agent-platform/workflows.mdx @@ -203,6 +203,9 @@ Tool nodes are typically used to invoke reusable capabilities such as workflow t | Timeout (seconds) | Defines how long the workflow waits for tool execution before timing out. | | On failure | Defines the behavior when tool execution fails. | +The timeout configured for a Tool node in a workflow overrides the timeout specified in the tool configuration. + + --- ### Function Node From 4ccc0711baaac0faec5ad1b7bc67357df5ce55d9 Mon Sep 17 00:00:00 2001 From: melindaVi-Kore Date: Fri, 12 Jun 2026 17:48:35 +0530 Subject: [PATCH 3/3] Update recent-updates.mdx --- agent-platform/release-notes/recent-updates.mdx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/agent-platform/release-notes/recent-updates.mdx b/agent-platform/release-notes/recent-updates.mdx index 78647dcd..1cb6d792 100644 --- a/agent-platform/release-notes/recent-updates.mdx +++ b/agent-platform/release-notes/recent-updates.mdx @@ -7,17 +7,9 @@ This document provides information on the feature updates and enhancements intro ## v1.1.3 June 11, 2026 -Minor Release - -This update includes an enhancement summarized below. - -

Workflow Tool

- -The timeout you set on a workflow Tool node now takes precedence over the tool's own default timeout, up to a maximum of 5 minutes (300 seconds). Tool nodes (and HTTP tools) previously stopped at about 30 seconds even when you set a longer timeout — for example 2 or 5 minutes — on the node. The configured value is now respected, so long-running tools and HTTP calls can complete instead of failing prematurely. - -If you previously lowered timeouts or split work to avoid the ~30-second cut-off, you can now set the Tool node Timeout value to the duration your tool actually needs (up to 5 minutes). +Patch Release -Learn more about [Workflows — Tool node configuration →](/agent-platform/workflows) and [ABL Reference — Tools: timeout settings →](/agent-platform/abl-reference/tools). +This release includes bug fixes and usability improvements across the platform. ---