1

別のプロセス (別のプロジェクト内) を呼び出す BPM プロセスがあります。

子プロセスは、ヒューマン タスクを含む同期プロセスであり、オブジェクトを返します。親プロセスはサービス タスクを介して子プロセスを呼び出しますが、そうすると問題が発生します。子プロセスの呼び出しがタイムアウトする

Waiting for response has timed out. The conversation id is urn:9F38B060CE6811E3BFF4AF3AE1582E39. Please check the process instance for detail.

メッセージのスロー メカニズムを使用して子を呼び出そうとしましたが、それを行うと別のエラーが発生します。

IDeliveryService.post() invoked for two-way operation 'receiveSDFValidationErrorsReport'. This method can only be used to invoke one-way operations which don't return any messages. Please check the WSDL which defines this operation and use the method IDeliveryService.request() to invoke a two-way operation

リターンを明示的にキャプチャするスロー メッセージを定義する方法がわかりません。同期的で、ヒューマン タスク (長時間アイドル状態になる可能性がある) を含むサービスを、タイムアウトせずに呼び出すにはどうすればよいですか?

4

1 に答える 1