Skip to content

feat: support multiple resume triggers per interrupt#138

Open
radu-mocanu wants to merge 1 commit into
feat/runtime-skip-timer-triggersfrom
feat/runtime-create-triggers-protocol
Open

feat: support multiple resume triggers per interrupt#138
radu-mocanu wants to merge 1 commit into
feat/runtime-skip-timer-triggersfrom
feat/runtime-create-triggers-protocol

Conversation

@radu-mocanu

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

Copy link
Copy Markdown
Collaborator

Summary

  • add create_triggers to the resumable trigger creator protocol
  • persist all triggers returned for one interrupt so multiple resume conditions can race

Depends on: #137

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-runtime==0.12.0.dev1001380553",

  # Any version from PR
  "uipath-runtime>=0.12.0.dev1001380000,<0.12.0.dev1001390000"
]

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

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

@radu-mocanu radu-mocanu force-pushed the feat/runtime-create-triggers-protocol branch from e7d2707 to df65b23 Compare June 27, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant