I have a custom query workflow activity that runs a stored procedure in SQL server. I can pull parameters from the workflow and insert them in to the SQL table however I have been unable to figure out to to store the output parameters from a stored procedure.
I am confused how I declare the output parameters in workflow to get the output from the SQL stored procedure. The output parameters appear in the workflow token dialog but there are no values stored in them. Could some post an example of what this looks like?