Skip to content

feat: add timer resume time field#1767

Open
radu-mocanu wants to merge 1 commit into
mainfrom
feat/core-timer-resume-trigger
Open

feat: add timer resume time field#1767
radu-mocanu wants to merge 1 commit into
mainfrom
feat/core-timer-resume-trigger

Conversation

@radu-mocanu

@radu-mocanu radu-mocanu commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add resume time to core resume trigger payloads
  • publish the core package version used by timer resume support

Development Packages

uipath-platform

[project]
dependencies = [
  # Exact version (copy-paste ready):
  "uipath-platform==0.1.78.dev1017676994",

  # Any version from this PR (uncomment to use a range instead):
  # "uipath-platform>=0.1.78.dev1017670000,<0.1.78.dev1017680000",
]

[[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" }
uipath-core = { index = "testpypi" }

[tool.uv]
override-dependencies = ["uipath-core==0.5.24.dev1017676994"]

uipath

[project]
dependencies = [
  # Exact version (copy-paste ready):
  "uipath==2.11.13.dev1017676994",

  # Any version from this PR (uncomment to use a range instead):
  # "uipath>=2.11.13.dev1017670000,<2.11.13.dev1017680000",
]

[[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 = { index = "testpypi" }
uipath-core = { index = "testpypi" }

[tool.uv]
override-dependencies = ["uipath-platform==0.1.78.dev1017676994", "uipath-core==0.5.24.dev1017676994"]

uipath-core

[project]
dependencies = [
  # Exact version (copy-paste ready):
  "uipath-core==0.5.24.dev1017676994",

  # Any version from this PR (uncomment to use a range instead):
  # "uipath-core>=0.5.24.dev1017670000,<0.5.24.dev1017680000",
]

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

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

Copilot AI review requested due to automatic review settings June 27, 2026 21:29
@github-actions github-actions Bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-runtime test:uipath-integrations labels Jun 27, 2026
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jun 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a resumeTime field to the core UiPathResumeTrigger model (to support timer resume semantics) and bumps uipath-core to 0.5.24, updating dependent lockfiles accordingly.

Changes:

  • Add resume_time (aliased as resumeTime) to UiPathResumeTrigger.
  • Bump uipath-core version to 0.5.24 in pyproject.toml.
  • Update uv.lock files to reflect the new uipath-core version.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/uipath/uv.lock Updates pinned editable uipath-core version to 0.5.24.
packages/uipath-platform/uv.lock Updates pinned editable uipath-core version to 0.5.24.
packages/uipath-core/uv.lock Updates uipath-core package version to 0.5.24.
packages/uipath-core/src/uipath/core/triggers/trigger.py Adds resumeTime field to core resume trigger payload model.
packages/uipath-core/pyproject.toml Bumps uipath-core version to 0.5.24.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/uipath-core/src/uipath/core/triggers/trigger.py Outdated
@github-actions

Copy link
Copy Markdown

🚨 Heads up: uipath-langchain cross-tests are FAILING 🚨

Your changes may break the uipath-langchain-python integration.

⚠️ These checks are NOT enforced by branch protection rules. Please review the failures before merging.

🔍 Inspect the failed run →

@radu-mocanu radu-mocanu force-pushed the feat/core-timer-resume-trigger branch from ced870e to 6db4d22 Compare June 27, 2026 22:16
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 90%)

See analysis details on SonarQube Cloud

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants