UiPath Documentation
functions
latest
false
函数发行说明
  • 发行说明
    • 2026
      • 2026 年 9 月
      • 2026 年 6 月
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

2026 年 9 月

September 2026 release notes for Functions in Automation Cloud.

September 17, 2026

JavaScript and TypeScript functions [Preview]

Functions can now be authored in JavaScript and TypeScript, alongside Python. A JavaScript function declares itself with defineFunction and is authored with the @uipath/coded-functions-js-sdk SDK.

Two capabilities have no Python counterpart:

  • HTTP endpoints. A function that declares a method and a path is reachable over HTTP, so it can back a Coded App directly, holding the credentials and business rules the browser must never see. A function that declares neither runs as an Orchestrator job, like its Python counterpart. Either way the run appears in Executions with its input, output, and logs.
  • Execution context. A handler receives a context carrying two identities, the caller's and the function's own, so it can either act on behalf of the signed-in user or reach Orchestrator under its own robot identity.

Typed contracts are declared as TypeScript interfaces or through defineSchema<T>(), and exported as JSON Schema, so typed fields appear in the binding UI on every invocation surface. Local development, packaging, and publishing run through the uip function CLI.

For details, refer to Get started with JavaScript.

2026 年 9 月 16 日

Build coded functions with a coding agent — Public Preview

You can now build coded functions entirely from a coding agent (Claude Code, Codex, Cursor, and others) and terminal.

The uipath-functions skill scaffolds a Python or TypeScript/JavaScript function, declares its input and output contracts, tests it locally, and packs and publishes it. The skill is available to install via uip skills install.

有关详细信息,请参阅以下页面:

  • September 17, 2026
  • JavaScript and TypeScript functions [Preview]
  • 2026 年 9 月 16 日
  • Build coded functions with a coding agent — Public Preview

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新