コボットPortal

キューアイテムの一括追加

「キューアイテムの一括追加」アクテビティについてです。※現在ナレッジ準備中です

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

RCA.Activities.Core.BulkAddQueueItems

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: コア>キュー>キューアイテムの一括追加

Enables you to add a collection of items to a datatable to a specific queue. One it is added to the queue, the items’ status is changed to new.

データテーブルに登録されているアイテムの集合を、特定のキューに追加することができます。キューに追加されると、アイテムのステータスが new に変更されます。

3.プロパティ

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

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

QueueItemsDataTable ・・・ The data table that you want to add the queue into.

QueueName ・・・ The queue where the new queue is added to. String supported only.

Result ・・・ This is the data table that you have add the queue in.

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.

CommitType ・・・ You can choose which way the items are added to the queue as well as the manner in which the errors are treated. There are two option:
                                                          All or nothing: this will add all the items if there is no error occurs. Otherwise, all items are not going to be added.
                                                          ProcessAllIndependently: Adds each item individually and return with the list of all queue item that could not be added.

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

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.