Good morning,
First of all, here is the context. We have a process which need a table in parameter, like this :
In the content of the process, there is a "xsl variable" named CUR_TABLE, where the code is $this/metaDataLink/mdj:getMetaDataRef(.)
There are several SQL Operation / SQL to parameters, where we pass the SQL_CONNECTION as "%connection{$CUR_TABLE}%", like this :
We call this process for each table that we need to verify. And there are a lot, in different connections. At the begin, we used a process which called any time we need the process presented. But it is of course long to compile, and we sometimes have to deal with outOfMemoryError.
Hence, we would like to call our process by an ExecuteDelivery.
My question is : it is possible to pass a table in parameter, like we do today ?
Thank you in advance. Have a nice day.
Emmanuel