Defects for TAPSS-891
891-002
Record Involved:
| All steps should be executed successfully | FAIL Batch 0076229 | Batch | Salesforce 20230529-2338 | UtilityLog | Salesforce
|
TECHNICAL FACTORS
Current Batch class by AQ (Managed packaged), code is hidden, thus, we cannot control the default size of the batch which is 10
There are Process Builder and Flow by AQ which design is also hidden - LIST DOWN NAME HERE anderson.pagtabunan Aldrin Rasdas (UofSyd)
Contact Default CAE Category
tbc--
One Usyd flow that were disabled to isolate testing
USYD_Transactions_afterInsertUpdate
MS tried to replicate the batch processing with lower batch size parameter of 1 in this record:
Batch 0076241 Record in SIT (10 batch items, with average of 35 to 45 Batch Items Transactions)
Ran this in execute anonymous in developer console:
String smartBatchId = 'a0ZBn000000Yx45MAC'; AQB.ProcessBatchItems aqSmartBatch = new AQB.ProcessBatchItems(smartBatchId); Database.executeBatch(aqSmartBatch, 1);
End Result: The batch record was closed successfully