the following methods to get/set the variables;
getVariableData(bpelVariable); method will fetch that variable value to be used inside the Java embedding activity
setVariableData(bpelVariable, Value); method sets the Value (processed in the Java embedding activity) to the bpelVariable, which can be used in the BPEL process for further processing.
However, the variable datatype conversions should be properly handled in BPEL process and Java embedding activity.
No comments:
Post a Comment