Restricting process to run in a particular machine within Machine Template

I have all machines in a machine template which runs all the processes.
Now I have a particular process which fails in only one machine in the template so I wish to restrict that machine to run this particular process.
So all machines should be available for this process except for one.
Can this be achieved from orchestrator?

@SnehajitDas,

You will have to control that through the triggers. While creating triggers, configure the process to run the process on others machines except the problematic one.

There is no other option we can restrict it for unattended bot.

@SnehajitDas

create a froup with the users you need and select the group when you create the trigger

cheers

When creating triggers you need to select the machine template and then hostname.
In machine template you can select more than one or any
In hostname you can select only one or any.

So this by this I can select just one machine for this process and not all except one.

Hi @SnehajitDas
As per my understanding UiPath doesn’t support direct machine exclusion, so to run a process on all machines except one, manually select the allowed hostnames in the trigger. it’s a workaround but does the job.

If helpful, mark as solution. Happy automation with UiPath

Do you mean a machine template by group?
Can you share a screenshot please?

We have 100+ processes running in a machine template which consists of 7 robot VMs and any process can run in any machine.

Just one process we want to restrict to run in one of the 7 robot VMs.

Yeah I am looking to do the same through triggers but you can either select one or all machines(hostname as per UiPath Orc).
Is there a way?

@SnehajitDas Understood but you’ll need to manually create a trigger for each allowed hostname. It doesn’t support selecting multiple hostnames except by checking them individually ,no bulk exclude option is available.

Happy Automation

@SnehajitDas

May bad I was talkign about user groups…but if machine grouping is needed

one thing you can do is create a separate machien templates for 7 and one more for the single one

cheers