Skip to content

Commit 0855648

Browse files
committed
chore: add agentservice source on job invocation
1 parent cc24c8e commit 0855648

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/uipath-platform/src/uipath/platform/orchestrator/_processes_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _invoke_spec(
321321
parent_operation_id: Optional[str] = None,
322322
run_as_me: Optional[bool] = None,
323323
) -> RequestSpec:
324-
payload: Dict[str, Any] = {"ReleaseName": name, **(input_data or {})}
324+
payload: Dict[str, Any] = {"ReleaseName": name, **(input_data or {}), "Source": "AgentService"}
325325
self._add_tracing(payload, UiPathConfig.trace_id, parent_span_id)
326326

327327
if parent_operation_id:

packages/uipath/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.10.55"
3+
version = "2.10.56"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)