Batch Process with two Data Query
Summary:
For integration purposes we need to manage two different data query (ORDER RELEASE and SHIPMENT) which we need to have a precedence between them; we imagined a Bath Process designed as follows:
- ORDER RELEASE data query must be processed as first
- SHIPMENT must be processed as last, since it references the ORDER RELEASE
Since an Agent will be triggered in both cases, can we assume that the batch will for sure finish the first data query and than start the second) In other words, the BUY SHIPMENT data query will start only after the ORDER RELEASE one has triggered the last event for the ORDER RELEASE agent?
0