Hi all,
I am developing a bpm process i have a process data object called "message", that is a structured xml file.
I want to store it into a DB table using the db adapter.
The current problem is that in the data association of the adapter when i want to link the variable "message" on the right with the column of the db in the left side, it does not make the linkage.
How can i convert the "message"(that is structured with an xsd ) into a clob to pass in the data association?
Regards
Piero