We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a186e commit a5a532cCopy full SHA for a5a532c
src/uipath/runtime/resumable/trigger.py
@@ -19,7 +19,6 @@ class UiPathResumeTriggerType(str, Enum):
19
DEEP_RAG = "DeepRag"
20
BATCH_RAG = "BatchRag"
21
IXP_EXTRACTION = "IxpExtraction"
22
- USER_MESSAGE_WAIT = "UserMessageWait"
23
24
25
class UiPathResumeTriggerName(str, Enum):
@@ -36,7 +35,6 @@ class UiPathResumeTriggerName(str, Enum):
36
35
37
38
EXTRACTION = "Extraction"
39
40
41
42
class UiPathApiTrigger(BaseModel):
0 commit comments