The JDBC Query and JDBC Execute nodes use a user-defined SQL script. You can include statements in yout script that can invoke stored procedures. Typically, the script leverages SQL query field bindings to parameterize the operation of the node, for example:

The actual statements used will depend on the SQL dialect used by the target RDBMS.