コボットPortal

待機キュー項目

「待機キュー項目」アクテビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

RCA.Activities.Core.WaitQueueItem

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: コア>キュー>待機キュー項目

You can retrieve a queue item from a specified queue and stored it in a QueueItem variable. At run time, if the queue is empty, it sends a message to Orchestrator starting it is ready to receive a queue item and then wait for a new one to be added.

指定したキューからキューアイテムを取得し、それをQueueItem変数に格納することができます。実行時に、キューが空の場合は、Orchestrator にメッセージを送信し、キューアイテムを受信する準備ができたことを確認してから、新しいキューアイテムが追加されるのを待ちます。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

ContinueOnError ・・・ If you choose this, the automation will continue when it throws an error. Boolean supported only.

PollTimeMS ・・・ The amount of time (in milliseconds) to wait for the activity to search for a new item again.

Reference ・・・ Filters items based on their reference.

Result ・・・ The retrieved queue item, stored in a QueueItem variable.

TimeoutMS ・・・ The amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30,000 milliseconds.

DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.

FilterStrategy ・・・ You can filter data according to the reference. There are two options:
Start with: Looks for items whose references start with the value indicated in the reference field.
                                                           Equals: looks for items whose references are the same as the value indicated in the reference field.



4.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.