What problem does it solve? Managing UiPath Action Center human-in-the-loop tasks from the command line requires knowing the correct tenant context, task types, folder IDs, and per-type completion requirements. This Skill guides an AI agent through listing, assigning, reassigning, and completing approval and validation tasks with the uip tasks CLI, avoiding common errors like wrong tenants, missing folder IDs, or malformed Action Center URLs. ## Core Features & Use Cases - Task Discovery & Inspection: List tasks across folders or as admin, and get task details with optional type hints for faster type-specific endpoint routing. - Assignment Management: Assign, reassign, or unassign tasks by user email or ID, with discovery of eligible users per folder via tasks users. - Type-Aware Completion: Complete FormTask, AppTask, ExternalTask, and Document Understanding task types with the correct --action and --data requirements per endpoint. - Use Case: A user asks to approve a pending expense form task. The agent verifies the tenant with uip login status, finds the task with uip tasks list, confirms its type and folder with uip tasks get, then completes it with the Approve action and form data payload. ## Quick Start Ask the agent to list your pending Action Center tasks and complete a specific approval task by its ID.