E910 - B98ORCH Sync vs Async Call
Hello
We are trying to call orchestration via B98ORCH from a custom UBE for each sales order.
The orchestration takes about 30 seconds to complete for each order in sync mode.
Since we have a large volume of orders in each run, we decided to use async mode to call it.
However, this did not seem to work and continued to run in sync mode despite the async call.
We found that a direct call to B98ORCH via UBE is always going to be sync irrespective of call mode.
As a work around we created a custom NER to call B98ORCH and called the NER from the UBE.