Asynchronous Database queries
The current Execute SQL is synchronous. For a stored procedure call that could potentially be timely, this makes the workflow stop and wait.
Looking for a way to do this asynchronously.
17
votes

-
Mian Rehmat commented
This is very important feature for our company WFs, As SQL Server slow response sometimes through error in the WF when Execute SQL called
-
Toby Lawler commented
This is a great idea as I am stopped by the hardcoded 5 minute limit on the action.