While creating or updating a trigger in UiPath Orchestrator, the following warning is displayed:
Trigger will not create jobs unless Unattended runtimes are added to the machines in this folder.
Despite this, the same process executes successfully when started manually in Unattended mode.
Show the whole page setup for the trigger.
If you set/choose Production (Unattended) for the Runtime type, and you have none machines connected with Unattended runtimes in the trigger folder during its creation/update, you will have this warning.
The solution will be either change the Runtime type to NonProduction or Testing runtimes, or for Unattended option, add at least one machine template in the trigger folder with an Unattended runtime that has a connected robot to it.
2 Likes
Hi @s.dineshbabu
This warning appears because the folder does not have any unattended runtimes allocated, even though manual runs work.
Manual execution succeeds because you manually pick an available unattended robot. Triggers need an unattended runtime already assigned to the machines in that folder to start jobs automatically.
Check that the machine template has unattended runtimes allocated and that the machine is assigned to the same folder as the trigger. Once at least one unattended runtime is available in the folder, the warning will go away and triggers will run normally.
1 Like