Skip to main content

Is it possible to schedule a bot in Automation 360 Control Room using cron expressions, similar to the functionality available in UiPath Orchestrator? If yes how can we use this?

Or is there any workaround to achieve or implement complex bot scheduling scenarios

you can do a schedule for something like run every 3rd saturday of the month with the options in the create schedule wizard as seen below, if that’s what you’re hoping to accomplish

 


That’s an interesting question, Ritusharma !

I think the following community members may be able to help 

@Marc Mueller 

@Vatsy 

@Zaid Chougle 

@Tamil Arasu10 

@madhu subbegowda 

@jackson 

@HARUN KUMAR 

@NewTushitha 

@Azhar Hossain 

@kdil 

@Padmakumar 


@Ritusharma Try API Trigger Flow

  1. Generate API Key:

    • Control Room → API → Access Token

  2. Sample API Call (curl format):

curl -X POST "https://your-control-room-url/v1/automation/start" \ -H "Authorization: Bearer <your_token>" \ -H "Content-Type: application/json" \ -d '{ "filePath": "Bots/Finance/InvoiceBot", "runAsUserEmail": "your.user@domain.com" }'

 


Hello ​@Shreya.Kumar,
I think we should also put a check of how old is the post for ​@CaptainPathfinder😀


Hello ​@Shreya.Kumar,
I think we should also put a check of how old is the post for ​@CaptainPathfinder😀

say less, ​@Vatsy, new update dropping soon 🚀


Hello ​@Shreya.Kumar,
I think we should also put a check of how old is the post for ​@CaptainPathfinder😀

say less, ​@Vatsy, new update dropping soon 🚀

Awesome! Thanks ​@Shreya.Kumar😀


Reply