I have a simple entity with a single record in it, which I want to delete. This entity has no relationships to any other table.
In one of my flows, I call the 'delete' action on the entity, passing in the ID of the record I wish to kill.
Sometimes this completes near near instantly. But sometimes it jams up, taking up to 90 seconds and timing out whatever part of my application is trying to use it.
Does this delete compile to a simple SQL delete or is there some other weirdness going on in OS that is breaking somehow?
Does any have any idea what could be happening?
You should check your log first from Service Center > Monitoring, it will help you to find out what is causing timeout for your process. You can ask further if you need more help