Skip to content

feat: add automation tracker service#1339

Closed
dianagrecu-uipath wants to merge 3 commits intomainfrom
feat/automation-tracker-service
Closed

feat: add automation tracker service#1339
dianagrecu-uipath wants to merge 3 commits intomainfrom
feat/automation-tracker-service

Conversation

@dianagrecu-uipath
Copy link
Contributor

@dianagrecu-uipath dianagrecu-uipath commented Feb 17, 2026

What changed?

Added the automation tracking service, which holds HTTP calls to start/end transaction and start/end operation.

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.8.45.dev1013394935",

  # Any version from PR
  "uipath>=2.8.45.dev1013390000,<2.8.45.dev1013400000"
]

[[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" }

[tool.uv]
override-dependencies = [
    "uipath>=2.8.45.dev1013390000,<2.8.45.dev1013400000",
]

@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 Feb 17, 2026
@dianagrecu-uipath dianagrecu-uipath force-pushed the feat/automation-tracker-service branch from abcf5bc to 352bd14 Compare February 17, 2026 16:30
@GabrielVasilescu04 GabrielVasilescu04 added the build:dev Create a dev build from the pr label Feb 18, 2026
@dianagrecu-uipath dianagrecu-uipath force-pushed the feat/automation-tracker-service branch from 8c4fc88 to af97c78 Compare February 20, 2026 10:15
@dianagrecu-uipath
Copy link
Contributor Author

Closed because part of the code where these changes were meant to go moved to the platform repo

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 test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants