I have automated the process of sending the birthday emails to the employee by fetching their detail.
Now I want a Scheduler option or Queue which checks for Birthdays everyday at 9:00 AM, and send emails. How can I achieve that using Uipath community edition.
How do you want to achieve this? You can create your tenant in Orchestrator CE (https://platform.uipath.com) and schedule your job from there after you publish. Another way would be to use create a batch file which triggers the workflow you want to execute which in-turn is triggered by task scheduler.
I have tried creating tenant in Orchestrator in https://platform.uipath.com. But it is giving āNo available licenses: Number of new machines slots exceed the total license countā while clicking provision in robot creation window.
Is it possible to achieve the above using community edition? What is the cause of that error?
āAnother way would be to use create a batch file which triggers the workflow you want to execute which in-turn is triggered by task schedulerā => How to do this? Could you please suggest some referece for this?
@Rammohan91, I have few doubts, could you please give some information about it? Since I am new to this, want a clear idea about it.
What is the use of having more than one robot. Actually for CE there are 2 robots are available I heard. If we have multiple projects, then canāt we run that using the same(one) robot?
I have registered the orchestrator in https://platform.uipath.com . Until I use the CE, 2 robots in this orchestrator are free right? Or does it have any validity?
If you want to schedule or run multiple processes at the same time, then wont be able to do it with the same robot. If Process A is running from 9:00 AM to 11:00 AM and you want to run another Process B within the same time, then you have to may not be able to achieve the same with the same robot. You have to run it within another Robot.
However you can run processes one after another within the same robot. In Large scale implementation there may be the need of multiple process to be executed simulaneously at the same time which canāt be achieve using the same robot. In those cases multiple robots each one of them running an individual process may be needed.
Orchestrator CE provides 2 free robots and its completely free to use without any validity.