Skip to main content
Solved

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

  • August 30, 2024
  • 6 replies
  • 101 views

Ritusharma
Forum|alt.badge.img+1

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

Forum|alt.badge.img+8
  • Navigator | Tier 3
  • Answer
  • 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
Forum|alt.badge.img+3

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 


madhu subbegowda
Most Valuable Pathfinder
Forum|alt.badge.img+12

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

 


Vatsy
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • 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! 😀


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • 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
Forum|alt.badge.img+16
  • 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! 😀