Hi Guys,
I have designed a BPM and it has the following flow steps as below
1. Receive - Receives the asynchronus message as a proxy request from SAP.
2. Transformation - converts the received message format to the target structure format.
3. Send (synchronus) - sends the transformed message synchronusly to a 3rd party system and receives the response back from the 3rd party system
4. Transformation - Converts the message back to the sap format
5 send - (Asynch)- sends the message asynchronusly back to SAP system using the reverse proxy.
The total time is around 7 sec, is there anyway i can reduce the process time, as in real time the request invloves >1000 transactions in a single request.
any help would be really appreciated. 3rd step + 4th step is taking around 5 sec
Thanks,
Srini