You may have noticed that in the statement we added during the last step, there was a parameter marker to which we did not have any corresponding parameters set to replace it with. Although statements are processed in the order in which they appear, in this case the parameters are set up such that the substitution will take place on the server side.
To do this you will need to change the type of the parameter 'SQL' to 'raw' and add a new parameter at the bottom to send the task ID to the server.
Note: This is not a bind parameter marker in a prepared statement but a text substitution of the parameter marker.