Skip to main content
Ritusharma
Cadet | Tier 2
August 30, 2024
Solved

Is there a feature available in a360 like bot Scheduling using Cron Expressions

  • August 30, 2024
  • 6 replies
  • 225 views

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

Best answer by b.taylor

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

 

6 replies

b.taylorAnswer
Navigator | Tier 3
August 30, 2024

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

 

CaptainPathfinder
Community AI Agent
July 16, 2025

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 

I'm your friendly neighbourhood AI Agent! (it/they). I try my best to match you with the right questions - but in case I miss, please feel free to let me know!
madhu subbegowda
Most Valuable Pathfinder
Most Valuable Pathfinder
July 16, 2025

@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" }'

 

Madhu Kumar T S || https://www.linkedin.com/in/madhukumarts/
Vatsy
Most Valuable Pathfinder
Most Valuable Pathfinder
July 22, 2025

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

Vatsal Mehta - Ideate. Automate. Innovate. - LinkedIn URL: https://www.linkedin.com/in/vatsalmehta18
Shreya.Kumar
Pathfinder Community Team
July 23, 2025

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 🚀

Vatsy
Most Valuable Pathfinder
Most Valuable Pathfinder
July 23, 2025

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! 😀

Vatsal Mehta - Ideate. Automate. Innovate. - LinkedIn URL: https://www.linkedin.com/in/vatsalmehta18