In a step, I configured an On timeout action that runs a SQL procedure (a very simple query that updates a field in another database) after 1 minute.
However, occasionally—about 1–2 times out of 100—the field is not updated, even though in history shows that the action was executed successfully.
An external process calls the WEBCON API using a specific path. On that path, a SQL procedure action is configured to run - same as above.
The field is not updated in the database, even though in history shows that the action was executed successfully.
DBVersion=2023_1_2
Do you have any suggestions?
Thank you.