I have a workflow I'm using to create entries for testing and I've noticed that the query data activities slow down over time as the workflow runs. They start out at about 400 ms and get up to the 10 sec range with a few spiking over a minute.
I'd blame our database team but the steadily increasing nature of the delay makes me suspect a cumulative issue with workflow.
Anyone know if it's my slapdash workflow design, the nature of workflows or if I have to get them to throw some more CPU's at my SQL server VM?
(workflow 9.2)