Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

  • add trigger name

@radu-mocanu radu-mocanu self-assigned this Nov 25, 2025
Copilot AI review requested due to automatic review settings November 25, 2025 14:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for trigger names in the resumable runtime system and expands the trigger type enumeration. The main enhancement is the introduction of UiPathResumeTriggerName to distinguish specific trigger names (like "Escalation") from trigger types, alongside the addition of new trigger type constants.

Key changes:

  • Introduces UiPathResumeTriggerName enum with values including UNKNOWN, ESCALATION, and others
  • Adds trigger_name field to UiPathResumeTrigger with default value UNKNOWN
  • Renames ACTION to TASK in UiPathResumeTriggerType and adds TIMER, INBOX, and API trigger types

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/uipath/runtime/resumable/trigger.py Adds UiPathResumeTriggerName enum, expands UiPathResumeTriggerType with new constants (renaming ACTION→TASK), and adds trigger_name field to UiPathResumeTrigger model
pyproject.toml Bumps package version from 0.0.17 to 0.0.18

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

@radu-mocanu radu-mocanu merged commit 06d0059 into main Nov 25, 2025
11 checks passed
@cristipufu cristipufu deleted the chore/trigger-name branch November 26, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants