Skip to content

Commit d20dee7

Browse files
authored
Merge pull request #73 from UiPath/feat/ixp-validation-trigger
feat: ixp validation trigger
2 parents 1d75294 + 05a1729 commit d20dee7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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-runtime"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/runtime/resumable/trigger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class UiPathResumeTriggerType(str, Enum):
2020
BATCH_RAG = "BatchRag"
2121
INDEX_INGESTION = "IndexIngestion"
2222
IXP_EXTRACTION = "IxpExtraction"
23+
IXP_VS_ESCALATION = "IxpVsEscalation"
2324

2425

2526
class UiPathResumeTriggerName(str, Enum):
@@ -37,6 +38,7 @@ class UiPathResumeTriggerName(str, Enum):
3738
BATCH_RAG = "BatchRag"
3839
INDEX_INGESTION = "IndexIngestion"
3940
EXTRACTION = "Extraction"
41+
IXP_VS_ESCALATION = "IxpVsEscalation"
4042

4143

4244
class UiPathApiTrigger(BaseModel):

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)