Skip to content

Commit 2ace19b

Browse files
authored
Merge pull request #74 from UiPath/fix/default-esc
fix: insert trigger in state.db for defaultEscalations
2 parents edcb1e9 + ff72960 commit 2ace19b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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-langchain"
3-
version = "0.0.106"
3+
version = "0.0.107"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath_langchain/_cli/_runtime/_output.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ async def _save_resume_trigger(self) -> None:
257257
trigger_type=UiPathResumeTriggerType.ACTION,
258258
item_key=action.key,
259259
)
260-
return
261260
if isinstance(self.interrupt_info, InterruptInfo):
262261
uipath_sdk = UiPath()
263262
if self.interrupt_info.type is UiPathResumeTriggerType.JOB:

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)