Skip to content

Conversation

@dianapirvulescu
Copy link
Contributor

@dianapirvulescu dianapirvulescu commented Jan 20, 2026

Add support to assign a HITL task to a user or a group.
Added TaskRecipient object that holds information about the recipient of a task. At the moment both assignee and task_recipient can be used to assign a task but in the future only task_recipient will remain and assignee will be removed,

@ctiliescuuipath ctiliescuuipath force-pushed the feat/guardrails-task-recipient branch from 05c4df3 to 1fc0561 Compare January 21, 2026 05:17
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Jan 21, 2026
)
recipient_value = user_response.json().get("email")
if task_recipient.type == TaskRecipientType.GROUP_ID:
group_spec = _resolve_group(assignee)
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be task_recipient.value instead of assignee

@dianapirvulescu dianapirvulescu force-pushed the feat/guardrails-task-recipient branch from 7b92734 to bc364d8 Compare January 21, 2026 09:40
@dianapirvulescu dianapirvulescu force-pushed the feat/guardrails-task-recipient branch from bc364d8 to 619c6af Compare January 21, 2026 09:50
@dianapirvulescu dianapirvulescu merged commit 1dfd4b6 into main Jan 21, 2026
116 of 118 checks passed
@dianapirvulescu dianapirvulescu deleted the feat/guardrails-task-recipient branch January 21, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants