Agentic Desktop Execution workspace
Execution workspace enables you to test, run, and monitor your desktop actions. It enables you to observe how your automations interact with desktop applications, including handling situations where human input is needed.
- When users with the AI Agent Admin (sn_aia.admin) role sign in from their desktop, they can access the Home page and Design workspace to create desktop actions. When they test a desktop action, the Execution workspace launches automatically.
- When users with the Now Assist panel user (now_assist_panel_user) role trigger an automation from the Now Assist panel, the Execution workspace launches automatically to run the desktop action.
You don’t open the Execution workspace directly. It launches automatically when you test or run a desktop action.
This session acts as a virtual environment where the automations run in isolation. While desktop actions run in the Execution workspace, you can continue working on other desktop tasks.
To avoid conflicts, do not run the Agentic Desktop Execution workspace and RPA Attended Desktop mode at the same time.
Execution workspace features
Execution workspace offers the following features:
- Desktop-in-Desktop (DiD) mode
- A virtual environment where your automation executes. You can monitor the execution of your desktop actions and how they interact with desktop applications.
- Step in/Step out
- You can manually take control to provide an input by selecting Step in. Once done, you can leave the control by selecting Step out.Remarque :If your automation requires manual inputs, such as entering an OTP or CAPTCHA, you must provide instructions the AI Agent to wait for user input during execution. Otherwise, the automation cannot proceed.
- Single execution
- The system supports one automation execution at a time within the workspace.
Execution statuses
Execution workspace shows the following statuses throughout the execution process.
| Execution status | Description |
|---|---|
| Ready | Automation execution is ready to be initiated. The workspace is waiting for instructions from AI Agent Studio. |
| Initiated | Automation execution is initiated. The workspace has received the execution plan from AI Agent Studio. Remarque : When you launch Execution workspace for the first time, it takes longer to move to the Running state because it is setting things up for you. |
| Running | Automation execution is running. The workspace executes the steps defined in the desktop actions. |
| Success | Automation execution is completed successfully. The workspace executed the steps defined in the desktop actions and the outcome is shown on the Now Assist panel, such as the automation execution completed successfully and incident created successfully. |
| Failed | Automation execution is failed. The workspace couldn't execute the automation due to an error. |
| Canceled | Automation execution is canceled. The user canceled the execution manually. |