アカデミー トリガー

このクイズで問わていることがよくわからず、教えてください
Googleなどで日本語に翻訳すると
「オートーメーションの開始を表すトリガーの種類は何ですか?
以下のオプションのいずれかを選択してください」

という日本語になりますが、いったいどういうことなのでしょうか
この3択のどれでもトリガーが発生したらオートーメーションは開始しませんか・・?
答えは1なのですが、
なぜ1だけが正解なのかわからず、教えてください

What type of trigger represents the beginning of an automation?
Choose one of the options below

1.Event Trigger
2.Time Trigger
3.Queue Trigger

Hi @chantee
Answer is Event Trigger

Event Trigger

An event trigger represents the beginning of an automation based on a specific event or condition that occurs, such as a user action, a system event, or a change in data state. This type of trigger initiates the automation process in response to the occurrence of the defined event.

Time Trigger

  • A time trigger initiates an automation based on a specified time schedule or interval (e.g., every hour, daily at a specific time).
  • While time triggers are essential for scheduling and recurring tasks, they don’t represent the initial event or action that starts an automation process. Instead, they dictate when an automation should execute after it has already been triggered by an event or condition.
  • Therefore, time triggers are not the primary trigger that begins an automation process but rather determine when a scheduled automation should start running.

Queue Trigger

  • In UiPath and other robotic process automation (RPA) platforms, a queue trigger refers to starting an automation process when an item is added to a queue.
  • This trigger is specific to processes that involve handling items from a queue, such as processing transactions or tasks in a sequential manner.
  • Similar to time triggers, queue triggers are not the initial event or action that kicks off an automation. Instead, they indicate when an automation should begin processing a specific item from the queue.
  • The queue trigger assumes that the item has already been added to the queue as a result of some prior event or input.
1 Like

Hi @chantee

Event Triggers is the answer.

Below documentation will help you understand about Event Triggers.

Hope it helps!!

1 Like

@chantee,

なぜ「イベントトリガー」が正しい答えなのか

  • 質問は、どのタイプのトリガーが自動化の開始を表すかを尋ねています。
  • 3つのオプションの中で、イベントトリガーは最も一般的で汎用性の高いトリガーであり、さまざまなイベントに基づいて自動化プロセスを開始できます。
  • 時間ベースやキュー特有のトリガーとは異なり、イベントトリガーはリアルタイムのイベントに応じて自動化を開始することができます。このため、さまざまなシナリオに幅広く適用できます。
  • したがって、**オプション1(イベントトリガー)**は正しい答えです。これは、さまざまなイベントに対応して自動化プロセスの開始を表すトリガーの定義に合致するからです。

Thanks,
Ashok :slight_smile:

1 Like

皆様、回答いただきありがとうございました。
皆様の説明を見て少し理解することができました。

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.