stored procedure

Can somebody explain with detail how to use stored procedure connector?

I don’t understand the parameters section

This is the source: http://community.bonitasoft.com/project/stored-procedure

I want get the return value of stored procedure to save it in global variable of pool.

Thanks!

Please, note that the connector you talk about is compatible with version 5.x and not version 6.x.

Thanks for your answer, you know of any other way to get the return value of stored procedure? The situation is as follow, I declare a variable to store the state of the transaction and then return that value with a select statement.

Thanks again!