Skip to content

feat: add queues folder path support#1091

Merged
radu-mocanu merged 1 commit intomainfrom
feat/add-queues-folder-path-support
Mar 29, 2026
Merged

feat: add queues folder path support#1091
radu-mocanu merged 1 commit intomainfrom
feat/add-queues-folder-path-support

Conversation

@radugheo
Copy link
Copy Markdown
Collaborator

@radugheo radugheo commented Jan 12, 2026

This PR introduces queue_name, folder_path and folder_key arguments to the methods in QueueService, ensuring consistency across all the services supported in the SDK.
It also applies the resource overrides decorator.
Fixes #1018.

Development Packages

uipath

[project]
dependencies = [
  # Exact version:
  "uipath==2.10.36.dev1010915736",

  # Any version from PR
  "uipath>=2.10.36.dev1010910000,<2.10.36.dev1010920000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

uipath-platform

[project]
dependencies = [
  # Exact version:
  "uipath-platform==0.1.14.dev1010915736",

  # Any version from PR
  "uipath-platform>=0.1.14.dev1010910000,<0.1.14.dev1010920000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-platform = { index = "testpypi" }

@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Jan 12, 2026
@radugheo radugheo force-pushed the feat/add-queues-folder-path-support branch 2 times, most recently from 825e761 to 517c501 Compare January 12, 2026 14:56
@radugheo radugheo requested a review from radu-mocanu January 12, 2026 15:03
@radu-mocanu radu-mocanu force-pushed the feat/add-queues-folder-path-support branch from 517c501 to fba1e82 Compare March 29, 2026 13:02
@github-actions github-actions bot removed the test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository label Mar 29, 2026
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Mar 29, 2026
@radu-mocanu radu-mocanu force-pushed the feat/add-queues-folder-path-support branch from fba1e82 to fcff2bc Compare March 29, 2026 13:51
@radu-mocanu radu-mocanu merged commit 47daace into main Mar 29, 2026
118 checks passed
@radu-mocanu radu-mocanu deleted the feat/add-queues-folder-path-support branch March 29, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add folder path support for queues

2 participants