Configure deployment settings for process or bot task
- Updated: 2025/08/21
You can set up the deployment settings for processes or bot tasks in Automation Co-Pilot.
-
Always check that the role/team exists in the environment, especially when moving from development to production.
-
Use Pop-up handling to maintain high resilience in dynamic user interfaces.
Procedure
Use Case: Streamlining Finance Approvals with Resilient Automation Deployment
Use Case Overview: This use case shows how to set up deployment settings in Automation Co-Pilot to make a process more resilient and ready for enterprise-use—especially for Co-Pilot-triggered automations in important departments like finance.
For this use case, the Global Financial Services Corp wants to automate the multi-step
finance approval process (Finance_Payment_Approval
) triggered through
Automation Co-Pilot. This ensures smooth bot
execution even with UI inconsistencies (like pop-ups).
-
Unattended bots failing due to unexpected pop-ups from browser or application updates.
-
Ensuring that the right teams (for example,
finance_role
) consistently receive all request assignments.
Finance_Payment_Approval
process
using these steps:-
Process Deployment Resource: Chooses a Custom Resource and assigns the bot to the
finance_role
to ensure proper run-as and execution privileges. -
Deployment Type: Selects Run on pool of device to spread the load across available Bot Runner machines and improve scalability.
-
Default Assigned Role/Team: Sets
finance_role
to automatically route Automation Co-Pilot requests to the correct user group without manual reassignment. -
Resiliency Settings: Checks Ignore unexpected pop-ups to stop automation from failing when unexpected dialogs appear (like software update prompts or JavaScript alerts).
-
Increased resiliency: Bots now complete executions even when there are UI interruptions.
-
Operational efficiency: Reduces manual interventions and troubleshooting overhead.
-
Team alignment: Ensures the finance team owns all tasks and requests generated from the process.