Issue:
WithSecure はFuture Method を使用してスキャンを実行していますが、これも Future Method を使用するカスタム スクリプトと衝突しています。この問題を解決する方法について何か提案はありますか?
Resolution:
デフォルトでは、Cloud Protection for SalesForce は、メール添付スキャンを呼び出すためにキュー可能ジョブを使用します。ただし、Future メソッドが呼び出された場合は、キュー可能ジョブの制限に達したことを意味し、 WithSecure App は代わりに Future メソッドを使用するように切り替えます。Future メソッドは非同期であるため、Future メソッドから Future メソッドを呼び出すことはできません。
カスタム スクリプトには、Future メソッドの代わりに Queueable インターフェイスを使用することをお勧めします。Queueable インターフェイスではチェーン ジョブが許可されるため、カスタム ジョブからのシステム例外なしでWithSecureジョブを開始できます。
Article no: 000031101
The content of this article has been machine translated from the English source article.
While reasonable efforts have been made to provide accurate translations, there may still be translation errors.