Can some one explain about queue how to add manulally not throgh dispatcher and also can we add each queeu item if yes how? Can some one one explain about triggers and types and how and when to use , how it works with exapmles.
And mainly explain elaborately on API trigger vs Event Trigger.
Queues can be filled manually from Orchestrator (Queues → Add Item) or directly in a workflow using Add Queue Item, even without a dispatcher. Each Add Queue Item creates one queue item, usually done in a loop.
Triggers control when a job starts:
Time Trigger runs on a schedule.
Queue Trigger starts jobs when queue items arrive.
Event Trigger starts when a supported event happens (email, file upload, etc.).
Event Trigger is UiPath-managed and easy to configure. API Trigger is started by an external system calling Orchestrator APIs. Use Event Triggers for built-in events, API Triggers when an external app needs to control execution.
Yes you can use add items without using dispatcher, go to orchestrator - queues and add items provide your specific content and click on add.
I can give one example on the API Trigger: make use with portals or customer facing systems
For event baser triggers example
Email based automations or something like when new file or folder added those cases we can use.
For more you can go through below link,