RPAワークフローで Integration Service アクティビティを実行しても Flex ライセンスの Integration Service API Calls は消費されない

:white_question_mark: Question

RPAワークフローで Integration Service アクティビティを実行した場合、Flex ライセンスの Integration Service API Calls は消費されますか。

:light_bulb: Answer

RPAワークフローで Integration Service アクティビティを実行しても、Flex ライセンスの Integration Service API Calls は消費されません。

そのため、Studio のデバッグ実行や RPA プロセス内で Integration Service アクティビティを使用しても、API Calls の消費数が増えないことがあります。これは正常な動作です。

Integration Service API Calls の消費有無は、実行方法やワークフローの種類によって異なります。

主な考え方は次のとおりです。

(a) time-based trigger による定期実行:消費対象ではありません。
(b) ポーリングが実行されても対象イベントが発生していない場合:消費対象ではありません。
(c) event trigger により automation が正常に開始された場合: 1 Integration Activity が消費されます。
(d) RPAワークフロー内で Integration Service アクティビティを実行した場合:消費対象ではありません。
(e) API Workflows、Agents、Maestro などの non-RPA workflow で Integration Service または HTTP を実行した場合:実行ごとに 1 Integration Activity が消費されます。

参考

Integration Service の Flex ライセンスについては、次の公式ドキュメントも参照してください。
「Flex licensing」

1 Like