SyncInstance API
Customer placing a provide order of a particular product through B2B journey. For stamping values, they are using a custom script 'L2C Populate Product Instance BS' which internally calls 'Remote Complex Object Instance Service' business service. This is followed by 'SyncInstance' method of business service 'Remote Complex Object Instance Service'.
Ideally at step 'L2C Populate Product Instance BS', all the Product Model rules and links should get evaluated and on 'SyncInstance' step, only the memory instance should be committed to db.
Customer tried the same journey for 2 Product Models of same product. First one had around 89 Product Model rules and 2nd one had about 45 Product Model rules. So ideally time taken in 'L2C Populate Product Instance BS BT' should be different and step 'SyncInstance' should take about same time.