| Connection | Yes | Select a configured Control Room connection. |
| Bot Id | Yes | The ID of the bot to deploy. Type @ to select a variable. |
| Automation Name | No | Name of the automation. Default is null. |
| Automation Description | No | Description of the automation being deployed. Default is null. |
| Bot Input | No | Array of inputs for the bot. Click Add Item to add entries, or enable JSON Mode to paste data or use @ variables. Default is null. |
| Deployment Type | No | Type of deployment request. Options: Attended Request, Unattended Request, Headless Request. Default is Unattended Request. |
| Run As User Ids | No | Array of user IDs to run the bot as. The bot will be deployed on one of the devices from the list provided. Type @ in any item to reference a variable. Default is null. |
| Pool Ids | No | Array of pool IDs specifying the number of run-as-users to use. Type @ in any item to reference a variable. Default is null. |
| Num Of Run As Users | No | How many run-as users should be used from the Run As User Ids list. If not specified, the deployment will happen on all devices available under the list. Default is 0. |
| Launch In Child Window | No | Specifies how deployment devices are selected. Options: RUN_ONLY_ON_DEFAULT_DEVICE — only the default device is used; PREFER_DEFAULT_DEVICE — prefers the default device, and if unavailable, uses another device from the pool; RUN_ON_POOL_DEVICES — the bot will be deployed on any available device from the pool. Default is RUN_ONLY_ON_DEFAULT_DEVICE. |
| Continue On Failure | No | If true, skips this step and continues the workflow normally if it fails. Default is false. |
| Retry On Failure | No | If true, automatically retries up to four attempts when the step fails. Default is false. |