アクティビティ
最新
バナーの背景画像
ワークフローに関するアクティビティ
最終更新日 2024年4月22日

Get Queue Item

GetTransactionItem拡張メソッドです。
注: C# では、このメソッドを ISystemService 型の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。インスタンス メソッド構文を使用してこのメソッドを呼び出す場合は、最初のパラメーターを省略します。詳細については、「拡張メソッド (Visual Basic)」または「拡張メソッド (C# プログラミング ガイド)」をご覧ください。

このメソッドはアイテムを処理 (トランザクションを開始) できるようにキューからアイテムを取得し、そのステータスを [処理中] に設定します。

定義

名前空間: UiPath.Activities.System.API

アセンブリ: UiPath.System.Activities.Api (UiPath.System.Activities.Api.dll の場合)

オーバー ロード

  
GetQueueItem(ISystemService, String)指定したキューからトランザクションのリストを取得します。
GetQueueItem(ISystemService, String, String)指定したキューおよび特定の Orchestrator フォルダーからトランザクションのリストを取得します。
GetQueueItem(ISystemService, String, String, ReferenceFilterStrategy, String, Int32)作成日、優先度、ステート、参照など複数のフィルターで指定したキューからトランザクションのリストを取得します。

GetQueueItem(ISystemService, String)

指定したキューからトランザクションのリストを取得します。

public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType
)public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType
)
system ISystemService
queueType 文字列
TransactionItem オブジェクトを追加するキューです。

GetQueueItem(ISystemService, String, String)

指定したキューおよび特定の Orchestrator フォルダーからトランザクションのリストを取得します。

public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType,
	string folderPath
)public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType,
	string folderPath
)
system ISystemService
queueType 文字列
TransactionItem オブジェクトを追加するキューです。
folderPath 文字列
指定されたキューがあるフォルダーのパスで、プロセスが実行されているフォルダーと異なる場合。このフィールドは文字列値のみをサポートし、サブフォルダーを示す区切り文字として / が使用されます。たとえば "Finance/Accounts Payable" です。

GetQueueItem(ISystemService, String, String, ReferenceFilterStrategy, String, Int32)

作成日、優先度、ステート、参照など複数のフィルターで指定したキューからトランザクションのリストを取得します。

public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType,
	string folderPath,
	ReferenceFilterStrategy filterStrategy,
	string reference,
	int timeoutMS
)public static QueueItem GetQueueItem(
	this ISystemService system,
	string queueType,
	string folderPath,
	ReferenceFilterStrategy filterStrategy,
	string reference,
	int timeoutMS
)
system ISystemService
queueType 文字列
TransactionItem オブジェクトを追加するキューです。
folderPath 文字列
指定されたキューがあるフォルダーのパスで、プロセスが実行されているフォルダーと異なる場合。このフィールドは文字列値のみをサポートし、サブフォルダーを示す区切り文字として / が使用されます。たとえば "Finance/Accounts Payable" です。
filterStrategy ReferenceFilterStrategy
参照によってアイテムをフィルター処理する際に使用する方法です。
reference 文字列
Orchestrator キュー アイテムを参照でフィルター処理します。
timeoutMS Int32
アクティビティの実行が完了するまで待機する時間をミリ秒で指定します。指定した時間が経過しても実行が完了しない場合には、例外をスローします。既定値は 30000 ミリ秒 (30 秒) です。

戻り値

QueueItem

取得された TransactionItemです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.