In your embedded Java you can use:
javaVar = getVariableData("BPEL_Variable_Name");
and
setVariableData("BPEL_Variable_Name", javaVar);
Obviously, the types need to match up!
Also useful for debugging/logging purposes is:
addAuditTrailEntry("My Message Goes Here:",optionalJavaVarValueToLog);
Tuesday, December 30, 2008
Subscribe to:
Posts (Atom)