action-center
latest
false
- Release notes Cloud Action Center
- Getting started
- Activities
- Designing long-running workflows
- Start Job And Get Reference
- Wait For Job And Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Wait For Form Task And Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task And Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Get App Tasks
- Add Task Comment
- Update Task Labels
- Create App Task
- Wait For App Task And Resume
- Configure task timer
- Actions
- Processes
- Notifications
- Audit
Working with Action Apps and Agents

Action Center
Last updated Apr 2, 2025
Working with Action Apps and Agents
Terminology:
- Agents: Role-based, goal-oriented capabilities that autonomously make informed decisions and actions based on reason, context, and data. Best suited for ad-hoc processes requiring reasoning skills and high levels of adaptability. Agents dynamically use available business tools to retrieve information, determine necessary actions, and direct appropriate resources, including automation robots, to complete enterprise processes
- Action Apps: A type of apps designed in UiPath Apps, allowing you to create forms or UI interactions with specific options for tasks requiring human intervention (Action Center tasks), such as approvals. You can define the input and output properties of action apps by adding action properties.
Agents can encounter different problems. A tool call can fail unexpectedly or return data of an unexpected structure, they
might need help discerning between multiple customers with the same name in a third-party app, or they might have low confidence
in an action. There might also be organizational reasons that they aren’t trusted to make certain types of decisions or take
certain actions.
In all of these cases, agents need to be able to escalate to a human and
- surface all relevant details in an effective and straightforward way
- allow the Human-In-The-Loop (HITL) to provide the relevant decision or information, whether this is via a simple Approval/Denial decision for a case or via providing several business details - emails, order numbers, or references to accounts in external platforms.
Agents might even need for one of their tools to be fixed before they can continue operation on a business case.
Tutorial - Using Action Apps for Agent Escalations
First you need to create and configure a new app.
First you need to create and configure a new app.
Note: We recommend you use Action Apps in Web Apps projects, rather than standalone Apps.
Now you need to turn this App into an Action App.
To make this Action App available in the organization, you need to publish and deploy it.
Escalations are how Agents? ask “what do I do now?”. Humans help resolve or complete escalations to get agents unstuck. The capability to raise escalations in a variety of different situations is a core factor that allows agents to address opportunities out of reach of traditional RPA.