ユーザー実行できない環境下での無人でのキューアイテムの使用

いつもお世話になっております。

ユーザー実行できない環境下で、無人で下記を行う予定です。
・キューアイテムの登録
・処理実行(タイムトリガーで複数のキューを複数無人端末で動かすことを想定)

処理が失敗した場合、再実行になると思いますが、ユーザーは実行権限を持たないため、オーケストレーター運用者がユーザーからの依頼により再実行する予定です。

当方、あまり知識がなく、問題点などがあまりわからないため、
何か懸念点などございましたらご教示いただけますと助かります。

@m03901

If you are using queues…then if a transaction fails then we can setup auto retry in queue itself…while creating a queue we can enable auto retry a give a number to it to automatically retry the item…

If you want to fo it only manually then you can retry the failed items or clone the failed items from the queue…for this someone needs to open transactions and then select the required transaction and click retry item or clone item to add back to the queue

Hope this helps

Cheers

1 Like