microflow takes a long time, causing the database values not to update
0
I am trying to transfer multiple parts (e.g., 20 parts) to the ERP through a REST API call. The transfer takes 30 minutes, and after the call, I attempt to update the values in the database, but the data is not updated. However, when processing 5 parts, it takes only 10 minutes, and the database updates successfully. How can I resolve this issue where the microflow takes a long time, causing the database values not to update.