コボットPortal

キュー項目を取得する

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

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

RCA.Activities.Core.GetQueueItems

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: コア>キュー>キュー項目を取得する

You can retrieve a list of transactions up to 100 from an indicated queue according to multiple filters such as creation date, priority state and reference.

指定されたキューから、作成日、優先度状態、参照などの複数のフィルタに応じて、最大100件までのトランザクションのリストを取得することができます。

3.プロパティ

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

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

Duration ・・・ Filter transaction by the minimum time they spent in the previous attempt

From ・・・ Filters the transactions by the minimum creation date

Priority ・・・ Filters the transactions by their priority. Integers variables supported only. The priorities are:
0 : High
1 : Normal
                                                           2 : Low

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

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

Reference ・・・ Filters items based on their reference.

Skip ・・・ Allows you to skip the first amount of items. Integers variables only

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.

To ・・・ Filters transaction by the maximum creation date

Top ・・・ Return a specified number of items out of total. The maximum value is 100. Integers variables supported only.

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.

Status




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.