コボットPortal

トランザクションアイテムの取得

「トランザクションアイテムの取得」アクティビティについてです。※現在ナレッジ準備中です

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

RCA.Activities.Core.GetTransactionItem

2.説明

Studio バージョン 2.0.3.0

  クイックアクセス: コア>キュー>トランザクションアイテムの取得

Gets an item from the queue so that you can process and sets its status to In Progress. Note: the Robot needs to have Edit permissions on queues.

処理できるようにキューからアイテムを取得し、そのステータスを「進行中」に設定します。
注)ロボットはキューの編集権限を持っている必要があります。

3.プロパティ

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

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

Reference ・・・ Filters items based on their reference.

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.

TransactionItem ・・・ The retrieve Transaction Item, stored in a queue variable

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.