Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the time between the call back and the "catch event" step is more than one minute we fail... and we need to wait the timeout (5 minutes) to exit the "Wait for asynchronous message" step.

The callBack request is synchronous, so in case of 1 minute timeout, the client are wating a long time... it's not a good point (imagine we have a proxy between SDNC and SO with a 30s timeout...)

One solution

Start listening for event earlier. I will also check error management on SDNC

Image Added